mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
add some runtime configuration settings
This commit is contained in:
6
OpenSim/Region/Application/runtimeconfig.template.json
Normal file
6
OpenSim/Region/Application/runtimeconfig.template.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"configProperties": {
|
||||
"System.GC.Server": false,
|
||||
"System.Drawing.EnableUnixSupport": true
|
||||
}
|
||||
}
|
||||
6
OpenSim/Server/runtimeconfig.template.json
Normal file
6
OpenSim/Server/runtimeconfig.template.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"configProperties": {
|
||||
"System.GC.Server": false,
|
||||
"System.Drawing.EnableUnixSupport": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user