diff --git a/OpenSim/Region/Application/runtimeconfig.template.json b/OpenSim/Region/Application/runtimeconfig.template.json new file mode 100644 index 0000000000..263f7bf8ac --- /dev/null +++ b/OpenSim/Region/Application/runtimeconfig.template.json @@ -0,0 +1,6 @@ +{ + "configProperties": { + "System.GC.Server": false, + "System.Drawing.EnableUnixSupport": true + } +} \ No newline at end of file diff --git a/OpenSim/Server/runtimeconfig.template.json b/OpenSim/Server/runtimeconfig.template.json new file mode 100644 index 0000000000..263f7bf8ac --- /dev/null +++ b/OpenSim/Server/runtimeconfig.template.json @@ -0,0 +1,6 @@ +{ + "configProperties": { + "System.GC.Server": false, + "System.Drawing.EnableUnixSupport": true + } +} \ No newline at end of file