diff options
author | Melanie | 2011-05-08 20:23:06 +0100 |
---|---|---|
committer | Melanie | 2011-05-08 20:23:06 +0100 |
commit | b451cc1ebb9e950bb93e790ab9e83aff30a47c61 (patch) | |
tree | c9fbe41be36cf791976f9e5afabd44f69b64e747 /bin/OpenSimDefaults.ini | |
parent | Enable compressed (gzip) fatpack transfers. (diff) | |
parent | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff) | |
download | opensim-SC-b451cc1ebb9e950bb93e790ab9e83aff30a47c61.zip opensim-SC-b451cc1ebb9e950bb93e790ab9e83aff30a47c61.tar.gz opensim-SC-b451cc1ebb9e950bb93e790ab9e83aff30a47c61.tar.bz2 opensim-SC-b451cc1ebb9e950bb93e790ab9e83aff30a47c61.tar.xz |
Merge branch 'master' into careminster-presence-refactor
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r-- | bin/OpenSimDefaults.ini | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 5184a07..53eac02 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -291,6 +291,20 @@ | |||
291 | http_listener_sslport = 9001 ; Use this port for SSL connections | 291 | http_listener_sslport = 9001 ; Use this port for SSL connections |
292 | http_listener_ssl_cert = "" ; Currently unused, but will be used for OSHttpServer | 292 | http_listener_ssl_cert = "" ; Currently unused, but will be used for OSHttpServer |
293 | 293 | ||
294 | ; HTTPS for "Out of band" management applications such as the remote | ||
295 | ; admin module | ||
296 | ; | ||
297 | ; Create https_listener = "True" will create a listener on the port | ||
298 | ; specified. Provide the path to your server certificate along with it's | ||
299 | ; password | ||
300 | ; https_listener = False | ||
301 | ; Set our listener to this port | ||
302 | ; https_port = 0 | ||
303 | ; Path to X509 certificate | ||
304 | ; cert_path = "path/to/cert.p12" | ||
305 | ; Password for cert | ||
306 | ; cert_pass = "password" | ||
307 | |||
294 | ; Hostname to use in llRequestURL/llRequestSecureURL | 308 | ; Hostname to use in llRequestURL/llRequestSecureURL |
295 | ; if not defined - default machine name is being used | 309 | ; if not defined - default machine name is being used |
296 | ; (on Windows this mean NETBIOS name - useably only inside local network) | 310 | ; (on Windows this mean NETBIOS name - useably only inside local network) |
@@ -1344,6 +1358,10 @@ | |||
1344 | [GridService] | 1358 | [GridService] |
1345 | ;; default standalone, overridable in StandaloneCommon.ini | 1359 | ;; default standalone, overridable in StandaloneCommon.ini |
1346 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" | 1360 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" |
1361 | |||
1362 | [AutoBackupModule] | ||
1363 | ;; default is module is disabled at the top level | ||
1364 | AutoBackupModuleEnabled = false | ||
1347 | 1365 | ||
1348 | [Modules] | 1366 | [Modules] |
1349 | Include-modules = "addon-modules/*/config/*.ini" | 1367 | Include-modules = "addon-modules/*/config/*.ini" |