diff options
author | brodokk <brodokk@brodokk.space> | 2021-11-17 00:27:31 +0100 |
---|---|---|
committer | brodokk <brodokk@brodokk.space> | 2021-11-17 00:28:19 +0100 |
commit | 4ee4e69e049910609e2b18279e15d42bc473e65e (patch) | |
tree | face83a11ca139b9af74549b2320d0d1bce6e68d /config.json_base | |
parent | c8673ea34867ac9ab6e77e261b557c0c89cfc8b0 (diff) | |
download | neosvr_docker-4ee4e69e049910609e2b18279e15d42bc473e65e.tar.xz neosvr_docker-4ee4e69e049910609e2b18279e15d42bc473e65e.zip |
Fix neosvr config file installation process
Diffstat (limited to 'config.json_base')
-rw-r--r-- | config.json_base | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/config.json_base b/config.json_base new file mode 100644 index 0000000..3b47166 --- /dev/null +++ b/config.json_base @@ -0,0 +1,42 @@ +{ + "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 +} |