docs(config): Add some database default values
This commit is contained in:
parent
0ce52de8cd
commit
45d15b4f88
|
@ -26,6 +26,10 @@ level = "DEBUG"
|
||||||
|
|
||||||
[DATABASE]
|
[DATABASE]
|
||||||
# engine = "mysql" (default)
|
# engine = "mysql" (default)
|
||||||
|
host = "localhost"
|
||||||
|
user = "flaschengeist"
|
||||||
|
password = "flaschengeist"
|
||||||
|
database = "flaschengeist"
|
||||||
|
|
||||||
[FILES]
|
[FILES]
|
||||||
# Path for file / image uploads
|
# Path for file / image uploads
|
||||||
|
|
Loading…
Reference in New Issue