From 0d4e667395d8389dbf3bf60ccacd769943d9945e Mon Sep 17 00:00:00 2001 From: flashwave Date: Wed, 14 Aug 2019 22:02:30 +0200 Subject: [PATCH] Trim example config. --- config/config.example.ini | 47 +-------------------------------------- 1 file changed, 1 insertion(+), 46 deletions(-) diff --git a/config/config.example.ini b/config/config.example.ini index eec552db..8350ed55 100644 --- a/config/config.example.ini +++ b/config/config.example.ini @@ -1,54 +1,9 @@ ; Example configuration for Misuzu -[Database.mysql_example] +[Database] driver = mysql host = localhost port = 3306 username = username password = password -prefix = prefix_ database = database -charset = utf8mb4 -collation = utf8mb4_bin - -[Site] -name = Misuzu -description = Describe your description. -twitter = flashiinet -url = http://misuzu.localhost/ -;external_logo = https://static.flash.moe/images/flashii-logo-v2.png -;social_media = https://twitter.com/flashiinet,https://www.youtube.com/user/flashiinet,https://plus.google.com/u/0/111396468161662583486 -;embed_linked_data = false - -[GeoIP] -database_path=/path/to/GeoLite2-Country.mmdb - -[Mail] -method = null - -; method = sendmail -; command = /usr/sbin/sendmail -bs - -; method = smtp -; host = smtp.misuzu.localhost -; port = 25 -; encryption = tls -; username = sys@misuzu.localhost -; password = flashwaveiscool78 - -[Exceptions] -report_url = http://misuzu-crash.localhost/report.php -hash_key = secret_key_used_to_make_a_hmac_sha256_hash - -[CSRF] -secret_key = secret_key_for_generating_csrf_tokens - -[Proxy] -enabled = true -secret_key = change_this_or_i_will_beat_you_up - -[Twitter] -api_key = -api_secret = -token = -token_secret =