diff options
author | brodokk <brodokk@brodokk.space> | 2021-02-18 00:19:17 +0100 |
---|---|---|
committer | brodokk <brodokk@brodokk.space> | 2021-02-18 00:19:17 +0100 |
commit | 545a6227acfe7673213f6d208769b42f4fc96abe (patch) | |
tree | e50376e1a6da305e121e6cdcf0f2a7c6a94b403e /config/Config.json | |
parent | afafb4e46f0963cc5af8aefde28c4dbb5db8748a (diff) | |
download | neosvr_docker-545a6227acfe7673213f6d208769b42f4fc96abe.tar.xz neosvr_docker-545a6227acfe7673213f6d208769b42f4fc96abe.zip |
Use a correct NeosVR configuration file as example
Diffstat (limited to 'config/Config.json')
-rw-r--r-- | config/Config.json | 55 |
1 files changed, 40 insertions, 15 deletions
diff --git a/config/Config.json b/config/Config.json index 20accdb..3b47166 100644 --- a/config/Config.json +++ b/config/Config.json @@ -1,17 +1,42 @@ { - "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": [] - } + "comment": null, + "tickRate": 60.0, + "maxConcurrentAssetTransfers": 4, + "usernameOverride": "Headless docker", + "loginCredential": null, + "loginPassword": null, + "startWorlds": [ + { + "isEnabled": true, + "sessionName": "Testing", + "customSessionId": null, + "description": "Headless with docker", + "maxUsers": 16, + "accessLevel": "Anyone", + "hideFromPublicListing": null, + "tags": [ + "hosted" + ], + "mobileFriendly": false, + "saveAsOwner": "LocalMachine", + "loadWorldPresetName": "GridSpace", + "forcePort": null, + "keepOriginalRoles": false, + "defaultUserRoles": null, + "autoInviteUsernames": null, + "autoInviteMessage": null, + "autoRecover": true, + "idleRestartInterval": -1.0, + "forcedRestartInterval": -1.0, + "saveOnExit": true, + "autosaveInterval": 240.0, + "awayKickMinutes": -1.0, + "autoSleep": true + } + ], + "dataFolder": null, + "cacheFolder": null, + "allowedUrlHosts": null, + "autoSpawnItems": null, + "metamovieRoles": null } |