generated from oci/template
push headless config
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 5m30s
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 5m30s
This commit is contained in:
parent
2c60c679ac
commit
6531e9422a
10 changed files with 363 additions and 1 deletions
23
crystite/appsettings.json
Normal file
23
crystite/appsettings.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"Serilog": {
|
||||
"Using": [ "Serilog.Sinks.Console", "Serilog.Sinks.File", "Serilog.Sinks.Debug" ],
|
||||
"WriteTo": [
|
||||
{
|
||||
"Name": "Console"
|
||||
}
|
||||
],
|
||||
"MinimumLevel": {
|
||||
"Default": "Information",
|
||||
"Override": {
|
||||
"System": "Information",
|
||||
"Microsoft": "Information",
|
||||
"System.Net.Http.HttpClient": "Warning"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Headless": {
|
||||
"resonitePath": "/data/resonite",
|
||||
"assetCleanupInterval": "06:00:00",
|
||||
"maxAssetAge": "07:00:00:00"
|
||||
}
|
||||
}
|
19
crystite/resonite.json
Normal file
19
crystite/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