mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 23:01:30 +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": {
|
"database": {
|
||||||
"host": "mariadb", // database host
|
"host": "127.0.0.1", // database host
|
||||||
"port": "3306", // database port
|
"port": "3306", // database port
|
||||||
"db": "peq", // database name
|
"db": "peq", // database name
|
||||||
"user": "eqemu", // database user
|
"user": "root", // database user
|
||||||
"password": "eqemu" // database password
|
"password": "eqemu" // database password
|
||||||
},
|
},
|
||||||
"account": {
|
"account": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user