Simplify database config example

This commit is contained in:
Timothy Warren 2017-02-21 14:56:10 -05:00
parent 59cac2cbb3
commit 774f9de80f
1 changed files with 0 additions and 11 deletions

View File

@ -8,16 +8,5 @@ host = ""
user = ""
pass = ""
port = ""
name = "default"
database = ""
file = "anime_collection.sqlite"
[cache]
type = "sqlite"
host = ""
user = ""
pass = ""
port = ""
name = "default"
database = ""
file = "anime_collection.sqlite"