aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneCommon.ini.example
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/config-include/StandaloneCommon.ini.example7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index 2bbc316..c4ece54 100644
--- a/bin/config-include/StandaloneCommon.ini.example
+++ b/bin/config-include/StandaloneCommon.ini.example
@@ -105,6 +105,10 @@
105 ;; For example: 105 ;; For example:
106 Region_Welcome_Area = "DefaultRegion, FallbackRegion" 106 Region_Welcome_Area = "DefaultRegion, FallbackRegion"
107 107
108 ;; Allow supporting viewers to export content
109 ;; Set to false to prevent export
110 ExportSupported = true
111
108 ; === HG ONLY === 112 ; === HG ONLY ===
109 ;; If you have this set under [Hypergrid], no need to set it here, leave it commented 113 ;; If you have this set under [Hypergrid], no need to set it here, leave it commented
110 ; GatekeeperURI="http://127.0.0.1:9000" 114 ; GatekeeperURI="http://127.0.0.1:9000"
@@ -128,6 +132,9 @@
128 ;; For Viewer 2 132 ;; For Viewer 2
129 MapTileURL = "http://127.0.0.1:9000/" 133 MapTileURL = "http://127.0.0.1:9000/"
130 134
135 ; Url to search service
136 ; SearchURL = "http://127.0.0.1:8002";
137
131 ; The minimum user level required for a user to be able to login. 0 by default 138 ; The minimum user level required for a user to be able to login. 0 by default
132 ; If you disable a particular user's account then you can set their login level below this number. 139 ; If you disable a particular user's account then you can set their login level below this number.
133 ; You can also change this level from the console though these changes will not be persisted. 140 ; You can also change this level from the console though these changes will not be persisted.