Topic listing is pretty much complete

This commit is contained in:
flash 2018-05-21 18:37:17 +02:00
parent 5364bcac78
commit feb1ecf530
5 changed files with 70 additions and 53 deletions

View file

@ -11,28 +11,11 @@ database = database
charset = utf8mb4
collation = utf8mb4_bin
[Database.sqlite_example]
driver = sqlite
database = store/database.db3
prefix =
[Site]
name = Misuzu
description = Describe your description.
twitter = flashiinet
url = http://misuzu.localhost/
[Database.postgres_example]
driver = pgsql
host = localhost
port = 5432
username = username
password = password
prefix = prefix_
database = database
charset = utf8
schema = public
[Database.sqlsrv_example]
driver = sqlsrv
host = localhost
port = 1433
username = username
password = password
prefix = prefix_
database = database
charset = utf8
[GeoIP]
database_path=/path/to/GeoLite2-Country.mmdb