Files
Genesis_GameServer/GameServer/appsettings.json
2026-09-03 19:18:46 +09:00

18 lines
441 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "Server=152.69.235.249;Port=3306;Database=mygame;Uid=root;Pwd=!qwer7979!;"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Portfolio": {
"AdminPassword": "!qwer7979!",
"SiteTitle": "My Game Portfolio",
"SiteTagline": "Unity Game Developer",
"MaxUploadBytes": 104857600
},
"AllowedHosts": "*"
}