aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/GridCommon.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/config-include/GridCommon.ini.example')
-rw-r--r--bin/config-include/GridCommon.ini.example26
1 files changed, 13 insertions, 13 deletions
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example
index 4b1914b..46b4ded 100644
--- a/bin/config-include/GridCommon.ini.example
+++ b/bin/config-include/GridCommon.ini.example
@@ -76,13 +76,13 @@
76 ; 76 ;
77 ; Change this to your grid-wide asset server. Do not add a slash to the end of any of these addresses. 77 ; Change this to your grid-wide asset server. Do not add a slash to the end of any of these addresses.
78 ; 78 ;
79 AssetServerURI = "${Const|BaseURL}:${Const|PrivatePort}" 79 AssetServerURI = "${Const|PrivURL}:${Const|PrivatePort}"
80 80
81[InventoryService] 81[InventoryService]
82 ; 82 ;
83 ; Change this to your grid-wide inventory server 83 ; Change this to your grid-wide inventory server
84 ; 84 ;
85 InventoryServerURI = "${Const|BaseURL}:${Const|PrivatePort}" 85 InventoryServerURI = "${Const|PrivURL}:${Const|PrivatePort}"
86 ;MaxRetries = 0 86 ;MaxRetries = 0
87 87
88[GridInfo] 88[GridInfo]
@@ -95,7 +95,7 @@
95 ; 95 ;
96 ; Change this to your grid-wide grid server 96 ; Change this to your grid-wide grid server
97 ; 97 ;
98 GridServerURI = "${Const|BaseURL}:${Const|PrivatePort}" 98 GridServerURI = "${Const|PrivURL}:${Const|PrivatePort}"
99 ;AllowHypergridMapSearch = true 99 ;AllowHypergridMapSearch = true
100 100
101 ;; Directory for map tile images of linked regions 101 ;; Directory for map tile images of linked regions
@@ -115,7 +115,7 @@
115 ;LocalServiceModule = "OpenSim.Services.Connectors.dll:EstateDataRemoteConnector" 115 ;LocalServiceModule = "OpenSim.Services.Connectors.dll:EstateDataRemoteConnector"
116 116
117[EstateService] 117[EstateService]
118 EstateServerURI = "${Const|BaseURL}:${Const|PrivatePort}" 118 EstateServerURI = "${Const|PrivURL}:${Const|PrivatePort}"
119 119
120[Messaging] 120[Messaging]
121 ; === HG ONLY === 121 ; === HG ONLY ===
@@ -128,43 +128,43 @@
128 ; 128 ;
129 ; Change this to your grid-wide grid server 129 ; Change this to your grid-wide grid server
130 ; 130 ;
131 AvatarServerURI = "${Const|BaseURL}:${Const|PrivatePort}" 131 AvatarServerURI = "${Const|PrivURL}:${Const|PrivatePort}"
132 132
133[AgentPreferencesService] 133[AgentPreferencesService]
134 ; 134 ;
135 ; Change this to your grid-wide avatar prefs server 135 ; Change this to your grid-wide avatar prefs server
136 ; 136 ;
137 AgentPreferencesServerURI = "${Const|BaseURL}:${Const|PrivatePort}" 137 AgentPreferencesServerURI = "${Const|PrivURL}:${Const|PrivatePort}"
138 138
139[PresenceService] 139[PresenceService]
140 ; 140 ;
141 ; Change this to your grid-wide presence server 141 ; Change this to your grid-wide presence server
142 ; 142 ;
143 PresenceServerURI = "${Const|BaseURL}:${Const|PrivatePort}" 143 PresenceServerURI = "${Const|PrivURL}:${Const|PrivatePort}"
144 144
145[UserAccountService] 145[UserAccountService]
146 ; 146 ;
147 ; Change this to your grid-wide user accounts server 147 ; Change this to your grid-wide user accounts server
148 ; 148 ;
149 UserAccountServerURI = "${Const|BaseURL}:${Const|PrivatePort}" 149 UserAccountServerURI = "${Const|PrivURL}:${Const|PrivatePort}"
150 150
151[GridUserService] 151[GridUserService]
152 ; 152 ;
153 ; Change this to your grid-wide user accounts server 153 ; Change this to your grid-wide user accounts server
154 ; 154 ;
155 GridUserServerURI = "${Const|BaseURL}:${Const|PrivatePort}" 155 GridUserServerURI = "${Const|PrivURL}:${Const|PrivatePort}"
156 156
157[AuthenticationService] 157[AuthenticationService]
158 ; 158 ;
159 ; Change this to your grid-wide authentication server 159 ; Change this to your grid-wide authentication server
160 ; 160 ;
161 AuthenticationServerURI = "${Const|BaseURL}:${Const|PrivatePort}" 161 AuthenticationServerURI = "${Const|PrivURL}:${Const|PrivatePort}"
162 162
163[FriendsService] 163[FriendsService]
164 ; 164 ;
165 ; Change this to your grid-wide friends server 165 ; Change this to your grid-wide friends server
166 ; 166 ;
167 FriendsServerURI = "${Const|BaseURL}:${Const|PrivatePort}" 167 FriendsServerURI = "${Const|PrivURL}:${Const|PrivatePort}"
168 168
169[HGInventoryAccessModule] 169[HGInventoryAccessModule]
170 ; 170 ;
@@ -223,7 +223,7 @@
223 UserAgentServerURI = "${Const|BaseURL}:${Const|PublicPort}" 223 UserAgentServerURI = "${Const|BaseURL}:${Const|PublicPort}"
224 224
225[MapImageService] 225[MapImageService]
226 MapImageServerURI = "${Const|BaseURL}:${Const|PrivatePort}" 226 MapImageServerURI = "${Const|PrivURL}:${Const|PrivatePort}"
227 227
228[AuthorizationService] 228[AuthorizationService]
229 ; If you have regions with access restrictions 229 ; If you have regions with access restrictions
@@ -244,4 +244,4 @@
244 ;; SimulatorCapability = "00000000-0000-0000-0000-000000000000" 244 ;; SimulatorCapability = "00000000-0000-0000-0000-000000000000"
245 245
246[MuteListService] 246[MuteListService]
247 MuteListServerURI = "${Const|BaseURL}:${Const|PrivatePort}" 247 MuteListServerURI = "${Const|PrivURL}:${Const|PrivatePort}"