Make config example password explicit
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
"database_dsn": "",
|
"database_dsn": "",
|
||||||
"database": {
|
"database": {
|
||||||
"user": "reanimator",
|
"user": "reanimator",
|
||||||
"password": "reanimator",
|
"password": "changeme",
|
||||||
"host": "127.0.0.1",
|
"host": "127.0.0.1",
|
||||||
"port": 3306,
|
"port": 3306,
|
||||||
"name": "reanimator",
|
"name": "reanimator",
|
||||||
|
|||||||
Reference in New Issue
Block a user