Change login config defaults to avoid confusion [skip ci]

This commit is contained in:
Akkadius 2019-09-30 01:26:09 -05:00
parent f3c85dc585
commit 6cecc85d17

View File

@ -1,9 +1,9 @@
{
"database": {
"host": "mariadb", // database host
"host": "127.0.0.1", // database host
"port": "3306", // database port
"db": "peq", // database name
"user": "eqemu", // database user
"user": "root", // database user
"password": "eqemu" // database password
},
"account": {