Remove accidental /user postfix from HomeURI in [HGInventoryAccessModule] in GridCommon.ini.example and from SRV_ProfileServerURI in [LoginService] in Robust.HG.ini.example

As per http://opensimulator.org/mantis/view.php?id=5852, confirmed by diva via aiaustin
iar_mods
Justin Clark-Casey (justincc) 2012-01-28 01:01:19 +00:00
parent e391d6390c
commit 088f1213b4
2 changed files with 2 additions and 2 deletions

View File

@ -251,7 +251,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
SRV_HomeURI = "http://127.0.0.1:8002" SRV_HomeURI = "http://127.0.0.1:8002"
SRV_InventoryServerURI = "http://127.0.0.1:8002" SRV_InventoryServerURI = "http://127.0.0.1:8002"
SRV_AssetServerURI = "http://127.0.0.1:8002" SRV_AssetServerURI = "http://127.0.0.1:8002"
SRV_ProfileServerURI = "http://127.0.0.1:8002/user" SRV_ProfileServerURI = "http://127.0.0.1:8002"
SRV_FriendsServerURI = "http://127.0.0.1:8002" SRV_FriendsServerURI = "http://127.0.0.1:8002"
SRV_IMServerURI = "http://127.0.0.1:8002" SRV_IMServerURI = "http://127.0.0.1:8002"

View File

@ -129,7 +129,7 @@
; Change this to your server ; Change this to your server
; accessible from other grids ; accessible from other grids
; ;
HomeURI = "http://mygridserver.com:8002/user" HomeURI = "http://mygridserver.com:8002"
Gatekeeper = "http://mygridserver.com:8002" Gatekeeper = "http://mygridserver.com:8002"
;; If you want to protect your assets from being copied by foreign visitors ;; If you want to protect your assets from being copied by foreign visitors
;; uncomment the next line. You may want to do this on sims that have licensed content. ;; uncomment the next line. You may want to do this on sims that have licensed content.