diff options
author | BlueWall | 2014-11-30 13:59:23 -0500 |
---|---|---|
committer | BlueWall | 2014-11-30 13:59:23 -0500 |
commit | 5f88ceab2269a0413b9a57674a0a1b097c374fd4 (patch) | |
tree | 2072c17da5a0473bfef2e2b839d074ff5b013f14 /bin/config-include | |
parent | Correct 690fe0c to actually log the exception reported in DoOnRezScriptQueue(... (diff) | |
download | opensim-SC-5f88ceab2269a0413b9a57674a0a1b097c374fd4.zip opensim-SC-5f88ceab2269a0413b9a57674a0a1b097c374fd4.tar.gz opensim-SC-5f88ceab2269a0413b9a57674a0a1b097c374fd4.tar.bz2 opensim-SC-5f88ceab2269a0413b9a57674a0a1b097c374fd4.tar.xz |
Set configuration files to use key expansion for widely used common settings.
Diffstat (limited to '')
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 48 | ||||
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 58 |
2 files changed, 53 insertions, 53 deletions
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index 59eebd8..2c3df8d 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example | |||
@@ -40,17 +40,17 @@ | |||
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:8002 | 43 | ;; For example http://myworld.com:9000 or http://myworld.com:${Const|PublicPort} |
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 = "http://127.0.0.1:9000" | 45 | ; HomeURI = "${Const|BaseURL}:${Const|PublicPort}" |
46 | 46 | ||
47 | ;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {} | 47 | ;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {} |
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:8002 | 51 | ;; For example http://myworld.com:9000 or http://myworld.com:${Const|PublicPort} |
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 = "http://127.0.0.1:9000" | 53 | ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}" |
54 | 54 | ||
55 | [Modules] | 55 | [Modules] |
56 | ;; Choose one cache module and the corresponding config file, if it exists. | 56 | ;; Choose one cache module and the corresponding config file, if it exists. |
@@ -78,25 +78,25 @@ | |||
78 | ; | 78 | ; |
79 | ; Change this to your grid-wide asset server. Do not add a slash to the end of any of these addresses. | 79 | ; Change this to your grid-wide asset server. Do not add a slash to the end of any of these addresses. |
80 | ; | 80 | ; |
81 | AssetServerURI = "http://mygridserver.com:8003" | 81 | AssetServerURI = "${Const|BaseURL}:${Const|PrivatePort}" |
82 | 82 | ||
83 | [InventoryService] | 83 | [InventoryService] |
84 | ; | 84 | ; |
85 | ; Change this to your grid-wide inventory server | 85 | ; Change this to your grid-wide inventory server |
86 | ; | 86 | ; |
87 | InventoryServerURI = "http://mygridserver.com:8003" | 87 | InventoryServerURI = "${Const|BaseURL}:${Const|PrivatePort}" |
88 | 88 | ||
89 | [GridInfo] | 89 | [GridInfo] |
90 | ; | 90 | ; |
91 | ; Change this to your grid info service | 91 | ; Change this to your grid info service |
92 | ; | 92 | ; |
93 | GridInfoURI = "http://mygridserver.com:8002" | 93 | GridInfoURI = "${Const|BaseURL}:${Const|PublicPort}" |
94 | 94 | ||
95 | [GridService] | 95 | [GridService] |
96 | ; | 96 | ; |
97 | ; Change this to your grid-wide grid server | 97 | ; Change this to your grid-wide grid server |
98 | ; | 98 | ; |
99 | GridServerURI = "http://mygridserver.com:8003" | 99 | GridServerURI = "${Const|BaseURL}:${Const|PrivatePort}" |
100 | ;AllowHypergridMapSearch = true | 100 | ;AllowHypergridMapSearch = true |
101 | 101 | ||
102 | ;; Directory for map tile images of linked regions | 102 | ;; Directory for map tile images of linked regions |
@@ -105,51 +105,51 @@ | |||
105 | ; === HG ONLY === | 105 | ; === HG ONLY === |
106 | ;; Change this to the address of your Gatekeeper service | 106 | ;; Change this to the address of your Gatekeeper service |
107 | ;; (usually bundled with the rest of the services in one | 107 | ;; (usually bundled with the rest of the services in one |
108 | ;; Robust server in port 8002, but not always) | 108 | ;; Robust server in port ${Const|PublicPort}, but not always) |
109 | Gatekeeper="http://mygridserver.com:8002" | 109 | Gatekeeper="${Const|BaseURL}:${Const|PublicPort}" |
110 | 110 | ||
111 | [Messaging] | 111 | [Messaging] |
112 | ; === HG ONLY === | 112 | ; === HG ONLY === |
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 8002, but not always) | 115 | ;; Robust server in port ${Const|PublicPort}, but not always) |
116 | Gatekeeper = "http://mygridserver.com:8002" | 116 | Gatekeeper = "${Const|BaseURL}:${Const|PublicPort}" |
117 | 117 | ||
118 | [AvatarService] | 118 | [AvatarService] |
119 | ; | 119 | ; |
120 | ; Change this to your grid-wide grid server | 120 | ; Change this to your grid-wide grid server |
121 | ; | 121 | ; |
122 | AvatarServerURI = "http://mygridserver.com:8003" | 122 | AvatarServerURI = "${Const|BaseURL}:${Const|PrivatePort}" |
123 | 123 | ||
124 | [PresenceService] | 124 | [PresenceService] |
125 | ; | 125 | ; |
126 | ; Change this to your grid-wide presence server | 126 | ; Change this to your grid-wide presence server |
127 | ; | 127 | ; |
128 | PresenceServerURI = "http://mygridserver.com:8003" | 128 | PresenceServerURI = "${Const|BaseURL}:${Const|PrivatePort}" |
129 | 129 | ||
130 | [UserAccountService] | 130 | [UserAccountService] |
131 | ; | 131 | ; |
132 | ; Change this to your grid-wide user accounts server | 132 | ; Change this to your grid-wide user accounts server |
133 | ; | 133 | ; |
134 | UserAccountServerURI = "http://mygridserver.com:8003" | 134 | UserAccountServerURI = "${Const|BaseURL}:${Const|PrivatePort}" |
135 | 135 | ||
136 | [GridUserService] | 136 | [GridUserService] |
137 | ; | 137 | ; |
138 | ; Change this to your grid-wide user accounts server | 138 | ; Change this to your grid-wide user accounts server |
139 | ; | 139 | ; |
140 | GridUserServerURI = "http://mygridserver.com:8003" | 140 | GridUserServerURI = "${Const|BaseURL}:${Const|PrivatePort}" |
141 | 141 | ||
142 | [AuthenticationService] | 142 | [AuthenticationService] |
143 | ; | 143 | ; |
144 | ; Change this to your grid-wide authentication server | 144 | ; Change this to your grid-wide authentication server |
145 | ; | 145 | ; |
146 | AuthenticationServerURI = "http://mygridserver.com:8003" | 146 | AuthenticationServerURI = "${Const|BaseURL}:${Const|PrivatePort}" |
147 | 147 | ||
148 | [FriendsService] | 148 | [FriendsService] |
149 | ; | 149 | ; |
150 | ; Change this to your grid-wide friends server | 150 | ; Change this to your grid-wide friends server |
151 | ; | 151 | ; |
152 | FriendsServerURI = "http://mygridserver.com:8003" | 152 | FriendsServerURI = "${Const|BaseURL}:${Const|PrivatePort}" |
153 | 153 | ||
154 | [HGInventoryAccessModule] | 154 | [HGInventoryAccessModule] |
155 | ; | 155 | ; |
@@ -157,8 +157,8 @@ | |||
157 | ; Change this to your server | 157 | ; Change this to your server |
158 | ; accessible from other grids | 158 | ; accessible from other grids |
159 | ; | 159 | ; |
160 | HomeURI = "http://mygridserver.com:8002" | 160 | HomeURI = "${Const|BaseURL}:${Const|PublicPort}" |
161 | Gatekeeper = "http://mygridserver.com:8002" | 161 | Gatekeeper = "${Const|BaseURL}:${Const|PublicPort}" |
162 | ;; If you want to protect your assets from being copied by foreign visitors | 162 | ;; If you want to protect your assets from being copied by foreign visitors |
163 | ;; set this to false. You may want to do this on sims that have licensed content. | 163 | ;; set this to false. You may want to do this on sims that have licensed content. |
164 | ;; Default is true. | 164 | ;; Default is true. |
@@ -173,7 +173,7 @@ | |||
173 | ;; while separating regions' assets from users' assets. Asset transfer between | 173 | ;; while separating regions' assets from users' assets. Asset transfer between |
174 | ;; the users' asset server and the regions' asset server is done in HG-like manner. | 174 | ;; the users' asset server and the regions' asset server is done in HG-like manner. |
175 | ; CheckSeparateAssets = false | 175 | ; CheckSeparateAssets = false |
176 | ; RegionHGAssetServerURI = http://mygridserver.com:8002 | 176 | ; RegionHGAssetServerURI = ${Const|BaseURL}:${Const|PublicPort} |
177 | 177 | ||
178 | 178 | ||
179 | [HGAssetService] | 179 | [HGAssetService] |
@@ -182,7 +182,7 @@ | |||
182 | ; Change this to your server | 182 | ; Change this to your server |
183 | ; accessible from other grids | 183 | ; accessible from other grids |
184 | ; | 184 | ; |
185 | HomeURI = "http://mygridserver.com:8002" | 185 | HomeURI = "${Const|BaseURL}:${Const|PublicPort}" |
186 | 186 | ||
187 | ;; The asset types that this grid can export to / import from other grids. | 187 | ;; The asset types that this grid can export to / import from other grids. |
188 | ;; Comma separated. | 188 | ;; Comma separated. |
@@ -205,10 +205,10 @@ | |||
205 | ; === HG ONLY === | 205 | ; === HG ONLY === |
206 | ; Change this to your user agent server (HG robust) | 206 | ; Change this to your user agent server (HG robust) |
207 | ; | 207 | ; |
208 | UserAgentServerURI = "http://mygridserver.com:8002" | 208 | UserAgentServerURI = "${Const|BaseURL}:${Const|PublicPort}" |
209 | 209 | ||
210 | [MapImageService] | 210 | [MapImageService] |
211 | MapImageServerURI = "http://mygridserver.com:8003" | 211 | MapImageServerURI = "${Const|BaseURL}:${Const|PrivatePort}" |
212 | 212 | ||
213 | [AuthorizationService] | 213 | [AuthorizationService] |
214 | ; If you have regions with access restrictions | 214 | ; If you have regions with access restrictions |
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index c4ece54..f0bf3c8 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -41,17 +41,17 @@ | |||
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:9000 or http://myworld.com:8002 | 44 | ;; For example http://myworld.com:${Const|PublicPort} 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 = "http://127.0.0.1:9000" | 46 | ; HomeURI = "${Const|BaseURL}:${Const|PublicPort}" |
47 | 47 | ||
48 | ;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {} | 48 | ;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {} |
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:9000 or http://myworld.com:8002 | 52 | ;; For example http://myworld.com:${Const|PublicPort} 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 = "http://127.0.0.1:9000" | 54 | ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}" |
55 | 55 | ||
56 | [Modules] | 56 | [Modules] |
57 | ;; Choose one cache module and the corresponding config file, if it exists. | 57 | ;; Choose one cache module and the corresponding config file, if it exists. |
@@ -111,7 +111,7 @@ | |||
111 | 111 | ||
112 | ; === HG ONLY === | 112 | ; === HG ONLY === |
113 | ;; If you have this set under [Hypergrid], no need to set it here, leave it commented | 113 | ;; If you have this set under [Hypergrid], no need to set it here, leave it commented |
114 | ; GatekeeperURI="http://127.0.0.1:9000" | 114 | ; GatekeeperURI="${Const|BaseURL}:${Const|PublicPort}" |
115 | 115 | ||
116 | [LibraryModule] | 116 | [LibraryModule] |
117 | ; Set this if you want to change the name of the OpenSim Library | 117 | ; Set this if you want to change the name of the OpenSim Library |
@@ -120,20 +120,20 @@ | |||
120 | [LoginService] | 120 | [LoginService] |
121 | WelcomeMessage = "Welcome, Avatar!" | 121 | WelcomeMessage = "Welcome, Avatar!" |
122 | ;; If you have Gatekeeper set under [Hypergrid], no need to set it here, leave it commented | 122 | ;; If you have Gatekeeper set under [Hypergrid], no need to set it here, leave it commented |
123 | ; GatekeeperURI = "http://127.0.0.1:9000" | 123 | ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}" |
124 | 124 | ||
125 | SRV_HomeURI = "http://127.0.0.1:9000" | 125 | SRV_HomeURI = "${Const|BaseURL}:${Const|PublicPort}" |
126 | SRV_InventoryServerURI = "http://127.0.0.1:9000" | 126 | SRV_InventoryServerURI = "${Const|BaseURL}:${Const|PublicPort}" |
127 | SRV_AssetServerURI = "http://127.0.0.1:9000" | 127 | SRV_AssetServerURI = "${Const|BaseURL}:${Const|PublicPort}" |
128 | SRV_ProfileServerURI = "http://127.0.0.1:9000" | 128 | SRV_ProfileServerURI = "${Const|BaseURL}:${Const|PublicPort}" |
129 | SRV_FriendsServerURI = "http://127.0.0.1:9000" | 129 | SRV_FriendsServerURI = "${Const|BaseURL}:${Const|PublicPort}" |
130 | SRV_IMServerURI = "http://127.0.0.1:9000" | 130 | SRV_IMServerURI = "${Const|BaseURL}:${Const|PublicPort}" |
131 | 131 | ||
132 | ;; For Viewer 2 | 132 | ;; For Viewer 2 |
133 | MapTileURL = "http://127.0.0.1:9000/" | 133 | MapTileURL = "${Const|BaseURL}:${Const|PublicPort}/" |
134 | 134 | ||
135 | ; Url to search service | 135 | ; Url to search service |
136 | ; SearchURL = "http://127.0.0.1:8002"; | 136 | ; SearchURL = "${Const|BaseURL}:8002"; |
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. |
@@ -227,7 +227,7 @@ | |||
227 | ; See http://opensimulator.org/wiki/GridInfo | 227 | ; See http://opensimulator.org/wiki/GridInfo |
228 | 228 | ||
229 | ; login uri: for grid this is the login server URI | 229 | ; login uri: for grid this is the login server URI |
230 | login = http://127.0.0.1:9000/ | 230 | login = ${Const|BaseURL}:${Const|PublicPort}/ |
231 | 231 | ||
232 | ; long grid name: the long name of your grid | 232 | ; long grid name: the long name of your grid |
233 | gridname = "the lost continent of hippo" | 233 | gridname = "the lost continent of hippo" |
@@ -238,37 +238,37 @@ | |||
238 | ; login page: optional: if it exists it will be used to tell the client to use | 238 | ; login page: optional: if it exists it will be used to tell the client to use |
239 | ; this as splash page | 239 | ; this as splash page |
240 | ; currently unused | 240 | ; currently unused |
241 | ;welcome = http://127.0.0.1/welcome | 241 | ;welcome = ${Const|BaseURL}/welcome |
242 | 242 | ||
243 | ; helper uri: optional: if it exists if will be used to tell the client to use | 243 | ; helper uri: optional: if it exists if will be used to tell the client to use |
244 | ; this for all economy related things | 244 | ; this for all economy related things |
245 | ; currently unused | 245 | ; currently unused |
246 | ;economy = http://127.0.0.1:9000/ | 246 | ;economy = ${Const|BaseURL}:${Const|PublicPort}/ |
247 | 247 | ||
248 | ; web page of grid: optional: page providing further information about your grid | 248 | ; web page of grid: optional: page providing further information about your grid |
249 | ; currently unused | 249 | ; currently unused |
250 | ;about = http://127.0.0.1/about/ | 250 | ;about = ${Const|BaseURL}/about/ |
251 | 251 | ||
252 | ; account creation: optional: page providing further information about obtaining | 252 | ; account creation: optional: page providing further information about obtaining |
253 | ; a user account on your grid | 253 | ; a user account on your grid |
254 | ; currently unused | 254 | ; currently unused |
255 | ;register = http://127.0.0.1/register | 255 | ;register = ${Const|BaseURL}/register |
256 | 256 | ||
257 | ; help: optional: page providing further assistance for users of your grid | 257 | ; help: optional: page providing further assistance for users of your grid |
258 | ; currently unused | 258 | ; currently unused |
259 | ;help = http://127.0.0.1/help | 259 | ;help = ${Const|BaseURL}/help |
260 | 260 | ||
261 | ; password help: optional: page providing password assistance for users of your grid | 261 | ; password help: optional: page providing password assistance for users of your grid |
262 | ; currently unused | 262 | ; currently unused |
263 | ;password = http://127.0.0.1/password | 263 | ;password = ${Const|BaseURL}/password |
264 | 264 | ||
265 | ; HG address of the gatekeeper, if you have one | 265 | ; HG address of the gatekeeper, if you have one |
266 | ; this is the entry point for all the regions of the world | 266 | ; this is the entry point for all the regions of the world |
267 | ; gatekeeper = http://127.0.0.1:9000/ | 267 | ; gatekeeper = ${Const|BaseURL}:${Const|PublicPort}/ |
268 | 268 | ||
269 | ; HG user domain, if you have one | 269 | ; HG user domain, if you have one |
270 | ; this is the entry point for all user-related HG services | 270 | ; this is the entry point for all user-related HG services |
271 | ; uas = http://127.0.0.1:9000/ | 271 | ; uas = ${Const|BaseURL}:${Const|PublicPort}/ |
272 | 272 | ||
273 | [MapImageService] | 273 | [MapImageService] |
274 | ; Set this if you want to change the default | 274 | ; Set this if you want to change the default |
@@ -289,7 +289,7 @@ | |||
289 | ;; | 289 | ;; |
290 | [GatekeeperService] | 290 | [GatekeeperService] |
291 | ;; If you have GatekeeperURI set under [Hypergrid], no need to set it here, leave it commented | 291 | ;; If you have GatekeeperURI set under [Hypergrid], no need to set it here, leave it commented |
292 | ; ExternalName = "http://127.0.0.1:9000" | 292 | ; ExternalName = "${Const|BaseURL}:${Const|PublicPort}" |
293 | 293 | ||
294 | ; Does this grid allow incoming links to any region in it? | 294 | ; Does this grid allow incoming links to any region in it? |
295 | ; If false, HG TPs happen only to the Default regions specified in [GridService] section | 295 | ; If false, HG TPs happen only to the Default regions specified in [GridService] section |
@@ -353,11 +353,11 @@ | |||
353 | 353 | ||
354 | [HGInventoryService] | 354 | [HGInventoryService] |
355 | ;; If you have this set under [Hypergrid], no need to set it here, leave it commented | 355 | ;; If you have this set under [Hypergrid], no need to set it here, leave it commented |
356 | ; HomeURI = "http://127.0.0.1:9000" | 356 | ; HomeURI = "${Const|BaseURL}:${Const|PublicPort}" |
357 | 357 | ||
358 | [HGAssetService] | 358 | [HGAssetService] |
359 | ;; If you have this set under [Hypergrid], no need to set it here, leave it commented | 359 | ;; If you have this set under [Hypergrid], no need to set it here, leave it commented |
360 | ; HomeURI = "http://127.0.0.1:9000" | 360 | ; HomeURI = "${Const|BaseURL}:${Const|PublicPort}" |
361 | 361 | ||
362 | ;; The asset types that this grid can export to / import from other grids. | 362 | ;; The asset types that this grid can export to / import from other grids. |
363 | ;; Comma separated. | 363 | ;; Comma separated. |
@@ -374,8 +374,8 @@ | |||
374 | 374 | ||
375 | [HGInventoryAccessModule] | 375 | [HGInventoryAccessModule] |
376 | ;; If you have these set under [Hypergrid], no need to set it here, leave it commented | 376 | ;; If you have these set under [Hypergrid], no need to set it here, leave it commented |
377 | ; HomeURI = "http://127.0.0.1:9000" | 377 | ; HomeURI = "${Const|BaseURL}:${Const|PublicPort}" |
378 | ; GatekeeperURI = "http://127.0.0.1:9000" | 378 | ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}" |
379 | 379 | ||
380 | ;; If you want to protect your assets from being copied by foreign visitors | 380 | ;; If you want to protect your assets from being copied by foreign visitors |
381 | ;; uncomment the next line. You may want to do this on sims that have licensed content. | 381 | ;; uncomment the next line. You may want to do this on sims that have licensed content. |
@@ -393,7 +393,7 @@ | |||
393 | [Messaging] | 393 | [Messaging] |
394 | ; === HG ONLY === | 394 | ; === HG ONLY === |
395 | ;; If you have this set under [Hypergrid], no need to set it here, leave it commented | 395 | ;; If you have this set under [Hypergrid], no need to set it here, leave it commented |
396 | ; GatekeeperURI = "http://127.0.0.1:9000" | 396 | ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}" |
397 | 397 | ||
398 | 398 | ||
399 | [EntityTransfer] | 399 | [EntityTransfer] |