From 0846df5ed0b629cfeed000bdc15fd6cca242620c Mon Sep 17 00:00:00 2001 From: "darch.dk" Date: Sun, 12 Nov 2023 11:26:33 +0100 Subject: [PATCH] Delete private/config.ini --- private/config.ini | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 private/config.ini diff --git a/private/config.ini b/private/config.ini deleted file mode 100644 index 4fa3b2c..0000000 --- a/private/config.ini +++ /dev/null @@ -1,43 +0,0 @@ -; timeline / twtxt-php -; Copy this file into a config.ini file and edit the following settings - -[main_settings] -; Enable to display PHP errors -; true or false -debug_mode = false - -; Time to wait before reloading URLs -cache_refresh_time = 15 - -; Max execution time to avoid running to the infinite -max_execution_time = 300 - -; Check that your current user has permissions for this file -; Check also the user owner is correct, www-data for instance -; TODO: Implement a way to know we have access to this file -; since there are many different conditions for not having -; access. -txt_file_path = "twtxt.txt" - -; Full URL for your public twtxt.txt file -public_txt_url = "https://darch.dk/twtxt-lists/twtxt.txt" -public_avatar = "https://darch.dk/twtxt-lists/avatar.png" -public_nick = "Timeline-DEV" - -; Check available timezones here: -; https://www.php.net/manual/en/timezones.php -timezone = "Europe/Copenhagen" - -twts_per_page = 50 - -[security] -; Generate it with the TOTP module -totp_digits = 10 -totp_secret = "LZM25BDJPRVTNFZQBDOPQKFSKUAAS6BI" - -; It's recommended that your site is hosted on HTTPS -; In case it's in HTTP (not secure), set this to false -secure_cookies = true - -; Simple password for unnamed user -password = "brandbil" \ No newline at end of file