2018-01-03 20:50:29 +01:00
|
|
|
; Example configuration for Misuzu
|
2018-01-03 03:02:55 +01:00
|
|
|
|
2018-01-03 20:50:29 +01: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 18:37:17 +02:00
|
|
|
[Site]
|
|
|
|
name = Misuzu
|
|
|
|
description = Describe your description.
|
|
|
|
twitter = flashiinet
|
|
|
|
url = http://misuzu.localhost/
|
2018-01-03 20:50:29 +01:00
|
|
|
|
2018-05-21 18:37:17 +02:00
|
|
|
[GeoIP]
|
|
|
|
database_path=/path/to/GeoLite2-Country.mmdb
|