generated from oci/template
rebase to dotnet containter
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 57s
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 57s
This commit is contained in:
parent
6531e9422a
commit
7e2e006c62
10 changed files with 33 additions and 109 deletions
19
defaults/resonite.json
Normal file
19
defaults/resonite.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"$schema": "https://raw.githubusercontent.com/Yellow-Dog-Man/JSONSchemas/main/schemas/HeadlessConfig.schema.json",
|
||||
"comment": "This is the default Configuration file.",
|
||||
"dataFolder": "/data/app/data",
|
||||
"cacheFolder": "/data/app/cache",
|
||||
"startWorlds": [
|
||||
{
|
||||
"sessionName": "Docker Headless",
|
||||
"hideFromPublicListing": false,
|
||||
"isEnabled": true,
|
||||
"maxUsers": 32,
|
||||
"accessLevel": "Anyone",
|
||||
"defaultFriendRole": "Builder",
|
||||
"defaultAnonymousRole": "Builder",
|
||||
"defaultVisitorRole": "Builder",
|
||||
"loadWorldPresetName": "Grid"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue