2018-01-03 19:50:29 +00:00
|
|
|
; Example configuration for Misuzu
|
2018-01-03 02:02:55 +00:00
|
|
|
|
2018-01-03 19:50:29 +00:00
|
|
|
[Database.mysql_example]
|
|
|
|
driver = mysql
|
|
|
|
host = localhost
|
|
|
|
port = 3306
|
|
|
|
username = username
|
|
|
|
password = password
|
|
|
|
prefix = prefix_
|
|
|
|
database = database
|
|
|
|
charset = utf8mb4
|
|
|
|
collation = utf8mb4_bin
|
|
|
|
|
2018-05-21 16:37:17 +00:00
|
|
|
[Site]
|
|
|
|
name = Misuzu
|
|
|
|
description = Describe your description.
|
|
|
|
twitter = flashiinet
|
|
|
|
url = http://misuzu.localhost/
|
2018-07-18 00:44:51 +00:00
|
|
|
;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
|
2018-01-03 19:50:29 +00:00
|
|
|
|
2018-05-21 16:37:17 +00:00
|
|
|
[GeoIP]
|
|
|
|
database_path=/path/to/GeoLite2-Country.mmdb
|
2018-07-18 00:44:51 +00:00
|
|
|
|
|
|
|
[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
|
2018-07-18 01:55:44 +00:00
|
|
|
|
|
|
|
[Exceptions]
|
|
|
|
report_url = http://misuzu-crash.localhost/report.php
|
|
|
|
hash_key = secret_key_used_to_make_a_hmac_sha256_hash
|
2019-01-03 01:43:12 +00:00
|
|
|
|
|
|
|
[CSRF]
|
|
|
|
secret_key = secret_key_for_generating_csrf_tokens
|
|
|
|
|
|
|
|
[Proxy]
|
|
|
|
enabled = true
|
|
|
|
secret_key = change_this_or_i_will_beat_you_up
|