aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include
diff options
context:
space:
mode:
authorBlueWall2014-11-30 14:57:47 -0500
committerBlueWall2014-11-30 14:57:47 -0500
commitd0f96444173d7650aa0b6b0be1eb8f2943fa58e8 (patch)
tree763804097f9c5a699c74398ef489526309edb2fe /bin/config-include
parentSet configuration files to use key expansion for widely used common settings. (diff)
downloadopensim-SC_OLD-d0f96444173d7650aa0b6b0be1eb8f2943fa58e8.zip
opensim-SC_OLD-d0f96444173d7650aa0b6b0be1eb8f2943fa58e8.tar.gz
opensim-SC_OLD-d0f96444173d7650aa0b6b0be1eb8f2943fa58e8.tar.bz2
opensim-SC_OLD-d0f96444173d7650aa0b6b0be1eb8f2943fa58e8.tar.xz
A little bit of cleanup behind commit r5f88ceab2269
Diffstat (limited to 'bin/config-include')
-rw-r--r--bin/config-include/GridCommon.ini.example4
-rw-r--r--bin/config-include/StandaloneCommon.ini.example6
2 files changed, 5 insertions, 5 deletions
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example
index 2c3df8d..903641e 100644
--- a/bin/config-include/GridCommon.ini.example
+++ b/bin/config-include/GridCommon.ini.example
@@ -40,7 +40,7 @@
40 ;; If this is a standalone world, this is the address of this instance. 40 ;; If this is a standalone world, this is the address of this instance.
41 ;; If this is a grided simulator, this is the address of the external robust server that 41 ;; If this is a grided simulator, this is the address of the external robust server that
42 ;; runs the UserAgentsService. 42 ;; runs the UserAgentsService.
43 ;; For example http://myworld.com:9000 or http://myworld.com:${Const|PublicPort} 43 ;; For example http://myworld.com:9000 or http://myworld.com:8002
44 ;; This is a default that can be overwritten in some sections. 44 ;; This is a default that can be overwritten in some sections.
45 ; HomeURI = "${Const|BaseURL}:${Const|PublicPort}" 45 ; HomeURI = "${Const|BaseURL}:${Const|PublicPort}"
46 46
@@ -48,7 +48,7 @@
48 ;; If this is a standalone world, this is the address of this instance. 48 ;; If this is a standalone world, this is the address of this instance.
49 ;; If this is a grided simulator, this is the address of the external robust server 49 ;; If this is a grided simulator, this is the address of the external robust server
50 ;; that runs the Gatekeeper service. 50 ;; that runs the Gatekeeper service.
51 ;; For example http://myworld.com:9000 or http://myworld.com:${Const|PublicPort} 51 ;; For example http://myworld.com:9000 or http://myworld.com:8002
52 ;; This is a default that can be overwritten in some sections. 52 ;; This is a default that can be overwritten in some sections.
53 ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}" 53 ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}"
54 54
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index f0bf3c8..edccf23 100644
--- a/bin/config-include/StandaloneCommon.ini.example
+++ b/bin/config-include/StandaloneCommon.ini.example
@@ -41,7 +41,7 @@
41 ;; If this is a standalone world, this is the address of this instance. 41 ;; If this is a standalone world, this is the address of this instance.
42 ;; If this is a grided simulator, this is the address of the external robust server that 42 ;; If this is a grided simulator, this is the address of the external robust server that
43 ;; runs the UserAgentsService. 43 ;; runs the UserAgentsService.
44 ;; For example http://myworld.com:${Const|PublicPort} or http://myworld.com:8002 44 ;; For example http://myworld.com:9000 or http://myworld.com:8002
45 ;; This is a default that can be overwritten in some sections. 45 ;; This is a default that can be overwritten in some sections.
46 ; HomeURI = "${Const|BaseURL}:${Const|PublicPort}" 46 ; HomeURI = "${Const|BaseURL}:${Const|PublicPort}"
47 47
@@ -49,7 +49,7 @@
49 ;; If this is a standalone world, this is the address of this instance. 49 ;; If this is a standalone world, this is the address of this instance.
50 ;; If this is a grided simulator, this is the address of the external robust server 50 ;; If this is a grided simulator, this is the address of the external robust server
51 ;; that runs the Gatekeeper service. 51 ;; that runs the Gatekeeper service.
52 ;; For example http://myworld.com:${Const|PublicPort} or http://myworld.com:8002 52 ;; For example http://myworld.com:9000 or http://myworld.com:8002
53 ;; This is a default that can be overwritten in some sections. 53 ;; This is a default that can be overwritten in some sections.
54 ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}" 54 ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}"
55 55
@@ -133,7 +133,7 @@
133 MapTileURL = "${Const|BaseURL}:${Const|PublicPort}/" 133 MapTileURL = "${Const|BaseURL}:${Const|PublicPort}/"
134 134
135 ; Url to search service 135 ; Url to search service
136 ; SearchURL = "${Const|BaseURL}:8002"; 136 ; SearchURL = "${Const|BaseURL}:${Const|PublicPort}";
137 137
138 ; 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
139 ; 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.