initial commit
This commit is contained in:
commit
2d966b8198
28 changed files with 2901 additions and 0 deletions
14
appsettings.json
Normal file
14
appsettings.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue