diff options
author | Diva Canto | 2011-05-26 19:43:24 -0700 |
---|---|---|
committer | Diva Canto | 2011-05-26 19:43:24 -0700 |
commit | 31d07859f9b073a8db080228192ce5303af54cd9 (patch) | |
tree | 7cc6fda76792f05bd19d526627c9979f1619f9bf /bin/Robust.HG.ini.example | |
parent | Added missing configuration variables to Robust.HG.ini.example (diff) | |
download | opensim-SC_OLD-31d07859f9b073a8db080228192ce5303af54cd9.zip opensim-SC_OLD-31d07859f9b073a8db080228192ce5303af54cd9.tar.gz opensim-SC_OLD-31d07859f9b073a8db080228192ce5303af54cd9.tar.bz2 opensim-SC_OLD-31d07859f9b073a8db080228192ce5303af54cd9.tar.xz |
Added missing config vars to StandaloneCommon.ini.example and fixed the ones in Robust.HG.ini.example
Diffstat (limited to '')
-rw-r--r-- | bin/Robust.HG.ini.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 54f4650..0dd93f8 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -216,8 +216,8 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
216 | SRV_InventoryServerURI = "http://127.0.0.1:8002" | 216 | SRV_InventoryServerURI = "http://127.0.0.1:8002" |
217 | SRV_AssetServerURI = "http://127.0.0.1:8002" | 217 | SRV_AssetServerURI = "http://127.0.0.1:8002" |
218 | SRV_ProfileServerURI = "http://127.0.0.1:8002/user" | 218 | SRV_ProfileServerURI = "http://127.0.0.1:8002/user" |
219 | SRV_FriendsServerURI = "http://127.0.0.1:8002/user" | 219 | SRV_FriendsServerURI = "http://127.0.0.1:8002" |
220 | SRV_IMServerURI = "http://127.0.0.1:8002/user" | 220 | SRV_IMServerURI = "http://127.0.0.1:8002" |
221 | 221 | ||
222 | ;; Regular expressions for controlling which client versions are accepted/denied. | 222 | ;; Regular expressions for controlling which client versions are accepted/denied. |
223 | ;; An empty string means nothing is checked. | 223 | ;; An empty string means nothing is checked. |