Skip to content

Commit

Permalink
add example appsettings json
Browse files Browse the repository at this point in the history
  • Loading branch information
Bims-sh committed Oct 5, 2024
1 parent 5a13b5b commit 6c1949f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions appsettings-example.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"IP": "0.0.0.0",
"Port": 30001,
"LogLevel": 15,
"ChatCommandPrefix": "!",
"Password": "password",
"LaunchCustomGamemode": "none",
"MapRotation": [
"LONOVO",
"TENSATOWN",
"WINEPARADISE"
],
"GamemodeRotation": [
"DOMI"
]
}

0 comments on commit 6c1949f

Please sign in to comment.