diff --git a/src/appsettings.json b/src/appsettings.json index 6dd5fc9..08f40a1 100644 --- a/src/appsettings.json +++ b/src/appsettings.json @@ -49,7 +49,7 @@ "ResponseURL": "", "// 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": 9933, @@ -69,7 +69,7 @@ "// DbConnection": "Database connection string for PostgreSQL and MySQL", "// 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": "" + "DbConnection": "Host=sodoff-jsgr-db;Database=sodoffdb;Username=sodoffuser;Password=" }, "Logging": { "LogLevel": {