aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--bin/OpenSim.ini.example7
-rw-r--r--bin/config-include/GridCommon.ini.example26
2 files changed, 20 insertions, 13 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 7db7506..33b2819 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -55,9 +55,16 @@
55 ;# {BaseURL} {} {BaseURL} {"http://${Const|BaseHostname}} "http://${Const|BaseHostname}" 55 ;# {BaseURL} {} {BaseURL} {"http://${Const|BaseHostname}} "http://${Const|BaseHostname}"
56 BaseURL = http://${Const|BaseHostname} 56 BaseURL = http://${Const|BaseHostname}
57 57
58 ; If you run a grid, several services should not be availble to world, access to them should be blocked on firewall
59 ; PrivatePort should closed at the firewall.
60
58 ;# {PublicPort} {} {PublicPort} {8002 9000} "8002" 61 ;# {PublicPort} {} {PublicPort} {8002 9000} "8002"
59 PublicPort = "8002" 62 PublicPort = "8002"
60 63
64 ; you can also have them on a diferent url / IP
65 ;# {PrivURL} {} {PrivURL} {"http://${Const|BaseURL}} "${Const|BaseURL}"
66 PrivURL = ${Const|BaseURL}
67
61 ;grid default private port 8003, not used in standalone 68 ;grid default private port 8003, not used in standalone
62 ;# {PrivatePort} {} {PrivatePort} {8003} "8003" 69 ;# {PrivatePort} {} {PrivatePort} {8003} "8003"
63 ; port to access private grid services. 70 ; port to access private grid services.
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}"