Files
Genesis_GameServer/GameServer/appsettings.json

12 lines
280 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "Server=nackjoonpc.iptime.org;Port=3363;Database=myGame;Uid=root;Pwd=!skrwns8023!;"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}