mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 06:21:28 +00:00
Change login config defaults to avoid confusion [skip ci]
This commit is contained in:
parent
f3c85dc585
commit
6cecc85d17
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user