From cf26e5ed8d4868163bb0d0a4d0b89ad1edba06cc Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sun, 2 Oct 2022 20:19:35 +0100 Subject: [PATCH] add some runtime configuration settings --- OpenSim/Region/Application/runtimeconfig.template.json | 6 ++++++ OpenSim/Server/runtimeconfig.template.json | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 OpenSim/Region/Application/runtimeconfig.template.json create mode 100644 OpenSim/Server/runtimeconfig.template.json 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