aboutsummaryrefslogtreecommitdiff
path: root/config/Config.json
diff options
context:
space:
mode:
Diffstat (limited to 'config/Config.json')
-rw-r--r--config/Config.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/config/Config.json b/config/Config.json
new file mode 100644
index 0000000..20accdb
--- /dev/null
+++ b/config/Config.json
@@ -0,0 +1,17 @@
+{
+ "tickRate": 60.0,
+ "usernameOverride": "Headless docker",
+ "loginCredential": null,
+ "loginPassword": null,
+ "startWorld": {
+ "sessionName": "Testing",
+ "description": "Headless with docker",
+ "maxUsers": 16,
+ "accessLevel": "Anyone",
+ "tags": "hosted",
+ "mobileFriendly": false,
+ "loadWorldURL": null,
+ "loadWorldPresetName": "GridSpace",
+ "adminUsernames": []
+ }
+}