Files
Genesis_GameServer/GameServer/appsettings.json
2026-03-20 14:23:43 +09:00

12 lines
271 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "Server=152.69.235.249;Port=3306;Database=mygame;Uid=root;Pwd=!qwer7979!;"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}