Make config example password explicit

This commit is contained in:
2026-02-05 22:49:46 +03:00
parent fe9e08f1a6
commit ad59128f0e

View File

@@ -6,7 +6,7 @@
"database_dsn": "",
"database": {
"user": "reanimator",
"password": "reanimator",
"password": "changeme",
"host": "127.0.0.1",
"port": 3306,
"name": "reanimator",