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/GridCommon.ini | |
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/GridCommon.ini')
-rw-r--r-- | bin/config-include/GridCommon.ini | 6 |
1 files changed, 3 insertions, 3 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. |