diff options
author | onefang | 2019-07-25 20:19:51 +1000 |
---|---|---|
committer | onefang | 2019-07-25 20:19:51 +1000 |
commit | 77737c81234c98d72bffaa6ddca374504f971b12 (patch) | |
tree | 891fdce5b5d4af8cf04d4bba320c00a73ca5ae60 /bin/config-include | |
parent | OpenSim dev typo-- (diff) | |
download | opensim-SC-77737c81234c98d72bffaa6ddca374504f971b12.zip opensim-SC-77737c81234c98d72bffaa6ddca374504f971b12.tar.gz opensim-SC-77737c81234c98d72bffaa6ddca374504f971b12.tar.bz2 opensim-SC-77737c81234c98d72bffaa6ddca374504f971b12.tar.xz |
Gatekeeper -> GatekeeperURI
Coz it says all over the source code -
// Legacy. Remove soon!
And has since later OpenSim 0.7s.
Diffstat (limited to 'bin/config-include')
-rw-r--r-- | bin/config-include/GridCommon.ini | 6 | ||||
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 6 | ||||
-rw-r--r-- | bin/config-include/StandaloneCommon.ini | 2 | ||||
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/bin/config-include/GridCommon.ini b/bin/config-include/GridCommon.ini index 8621651..394fa18 100644 --- a/bin/config-include/GridCommon.ini +++ b/bin/config-include/GridCommon.ini | |||
@@ -113,7 +113,7 @@ | |||
113 | ;; Change this to the address of your Gatekeeper service | 113 | ;; Change this to the address of your Gatekeeper service |
114 | ;; (usually bundled with the rest of the services in one | 114 | ;; (usually bundled with the rest of the services in one |
115 | ;; Robust server in port ${Const|PublicPort}, but not always) | 115 | ;; Robust server in port ${Const|PublicPort}, but not always) |
116 | Gatekeeper="${Const|GridURL}:${Const|PublicPort}" | 116 | GatekeeperURI="${Const|GridURL}:${Const|PublicPort}" |
117 | 117 | ||
118 | [EstateDataStore] | 118 | [EstateDataStore] |
119 | ; | 119 | ; |
@@ -130,7 +130,7 @@ | |||
130 | ;; Change this to the address of your Gatekeeper service | 130 | ;; Change this to the address of your Gatekeeper service |
131 | ;; (usually bundled with the rest of the services in one | 131 | ;; (usually bundled with the rest of the services in one |
132 | ;; Robust server in port ${Const|PublicPort}, but not always) | 132 | ;; Robust server in port ${Const|PublicPort}, but not always) |
133 | Gatekeeper = "${Const|GridURL}:${Const|PublicPort}" | 133 | GatekeeperURI = "${Const|GridURL}:${Const|PublicPort}" |
134 | 134 | ||
135 | [AvatarService] | 135 | [AvatarService] |
136 | ; | 136 | ; |
@@ -181,7 +181,7 @@ | |||
181 | ; accessible from other grids | 181 | ; accessible from other grids |
182 | ; | 182 | ; |
183 | HomeURI = "${Const|GridURL}:${Const|PublicPort}" | 183 | HomeURI = "${Const|GridURL}:${Const|PublicPort}" |
184 | Gatekeeper = "${Const|GridURL}:${Const|PublicPort}" | 184 | GatekeeperURI = "${Const|GridURL}:${Const|PublicPort}" |
185 | ;; If you want to protect your assets from being copied by foreign visitors | 185 | ;; If you want to protect your assets from being copied by foreign visitors |
186 | ;; set this to false. You may want to do this on sims that have licensed content. | 186 | ;; set this to false. You may want to do this on sims that have licensed content. |
187 | ;; Default is true. | 187 | ;; Default is true. |
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index 5406295..47771e3 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example | |||
@@ -110,7 +110,7 @@ | |||
110 | ;; Change this to the address of your Gatekeeper service | 110 | ;; Change this to the address of your Gatekeeper service |
111 | ;; (usually bundled with the rest of the services in one | 111 | ;; (usually bundled with the rest of the services in one |
112 | ;; Robust server in port ${Const|PublicPort}, but not always) | 112 | ;; Robust server in port ${Const|PublicPort}, but not always) |
113 | Gatekeeper="${Const|BaseURL}:${Const|PublicPort}" | 113 | GatekeeperURI="${Const|BaseURL}:${Const|PublicPort}" |
114 | 114 | ||
115 | [EstateDataStore] | 115 | [EstateDataStore] |
116 | ; | 116 | ; |
@@ -127,7 +127,7 @@ | |||
127 | ;; Change this to the address of your Gatekeeper service | 127 | ;; Change this to the address of your Gatekeeper service |
128 | ;; (usually bundled with the rest of the services in one | 128 | ;; (usually bundled with the rest of the services in one |
129 | ;; Robust server in port ${Const|PublicPort}, but not always) | 129 | ;; Robust server in port ${Const|PublicPort}, but not always) |
130 | Gatekeeper = "${Const|BaseURL}:${Const|PublicPort}" | 130 | GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}" |
131 | 131 | ||
132 | [AvatarService] | 132 | [AvatarService] |
133 | ; | 133 | ; |
@@ -178,7 +178,7 @@ | |||
178 | ; accessible from other grids | 178 | ; accessible from other grids |
179 | ; | 179 | ; |
180 | HomeURI = "${Const|BaseURL}:${Const|PublicPort}" | 180 | HomeURI = "${Const|BaseURL}:${Const|PublicPort}" |
181 | Gatekeeper = "${Const|BaseURL}:${Const|PublicPort}" | 181 | GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}" |
182 | ;; If you want to protect your assets from being copied by foreign visitors | 182 | ;; If you want to protect your assets from being copied by foreign visitors |
183 | ;; set this to false. You may want to do this on sims that have licensed content. | 183 | ;; set this to false. You may want to do this on sims that have licensed content. |
184 | ;; Default is true. | 184 | ;; Default is true. |
diff --git a/bin/config-include/StandaloneCommon.ini b/bin/config-include/StandaloneCommon.ini index 1db62c8..8da7784 100644 --- a/bin/config-include/StandaloneCommon.ini +++ b/bin/config-include/StandaloneCommon.ini | |||
@@ -121,7 +121,7 @@ | |||
121 | 121 | ||
122 | [LoginService] | 122 | [LoginService] |
123 | WelcomeMessage = "Welcome, Avatar!" | 123 | WelcomeMessage = "Welcome, Avatar!" |
124 | ;; If you have Gatekeeper set under [Hypergrid], no need to set it here, leave it commented | 124 | ;; If you have GatekeeperURI set under [Hypergrid], no need to set it here, leave it commented |
125 | ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}" | 125 | ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}" |
126 | 126 | ||
127 | SRV_HomeURI = "${Const|BaseURL}:${Const|PublicPort}" | 127 | SRV_HomeURI = "${Const|BaseURL}:${Const|PublicPort}" |
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index 53f0da2..941a2ee 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -121,7 +121,7 @@ | |||
121 | 121 | ||
122 | [LoginService] | 122 | [LoginService] |
123 | WelcomeMessage = "Welcome, Avatar!" | 123 | WelcomeMessage = "Welcome, Avatar!" |
124 | ;; If you have Gatekeeper set under [Hypergrid], no need to set it here, leave it commented | 124 | ;; If you have GatekeeperURI set under [Hypergrid], no need to set it here, leave it commented |
125 | ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}" | 125 | ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}" |
126 | 126 | ||
127 | SRV_HomeURI = "${Const|BaseURL}:${Const|PublicPort}" | 127 | SRV_HomeURI = "${Const|BaseURL}:${Const|PublicPort}" |