cs2-web/appsettings.json
Kamal Tufekcic 2d966b8198 initial commit
2026-07-05 12:14:39 +03:00

14 lines
316 B
JSON

{
"Urls": "http://127.0.0.1:5080",
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Outnumbered": {
"SocketDir": "/run/outnumbered",
"PublicHost": "cs2-on.eu",
"ReleasesUrl": "https://git.lo.sh/kamal/cs2-outnumbered/releases"
}
}