Update MMOAddress And DbConnection Default Values

This commit is contained in:
Alan Moon 2026-09-03 11:40:13 -07:00
parent c348600a05
commit 99f1e12856

View File

@ -49,7 +49,7 @@
"ResponseURL": "", "ResponseURL": "",
"// MMOAdress": "MMO server address (IP or domain) to use in GetMMOServerInfo* responses.", "// MMOAdress": "MMO server address (IP or domain) to use in GetMMOServerInfo* responses.",
"MMOAdress": "127.0.0.1", "MMOAdress": "sodoff-jsgr-mmo",
"// MMOPort": "MMO server port to use in GetMMOServerInfo* responses.", "// MMOPort": "MMO server port to use in GetMMOServerInfo* responses.",
"MMOPort": 9933, "MMOPort": 9933,
@ -69,7 +69,7 @@
"// DbConnection": "Database connection string for PostgreSQL and MySQL", "// DbConnection": "Database connection string for PostgreSQL and MySQL",
"// DbConnection PostgreSQL Example": "Host=127.0.0.1;Database=sodoffdb;Username=sodoffuser;Password=secret", "// DbConnection PostgreSQL Example": "Host=127.0.0.1;Database=sodoffdb;Username=sodoffuser;Password=secret",
"// DbConnection MySQL Example": "Server=127.0.0.1;Database=sodoffdb;Uid=sodoffuser;Pwd=secret;Allow User Variables=True", "// DbConnection MySQL Example": "Server=127.0.0.1;Database=sodoffdb;Uid=sodoffuser;Pwd=secret;Allow User Variables=True",
"DbConnection": "" "DbConnection": "Host=sodoff-jsgr-db;Database=sodoffdb;Username=sodoffuser;Password="
}, },
"Logging": { "Logging": {
"LogLevel": { "LogLevel": {