Add a warning to URI config in GridCommon.ini.example not to add a slash to the end.

Tidy up GridCommon.ini.example
bulletsim
Justin Clark-Casey (justincc) 2011-07-12 23:35:06 +01:00
parent 3e456163dd
commit bf1b8397bb
2 changed files with 18 additions and 19 deletions

View File

@ -68,7 +68,6 @@ namespace OpenSim.Region.CoreModules.Framework.Monitoring
{ {
m_scene = scene; m_scene = scene;
m_scene.AddCommand(this, "monitor report", m_scene.AddCommand(this, "monitor report",
"monitor report", "monitor report",
"Returns a variety of statistics about the current region and/or simulator", "Returns a variety of statistics about the current region and/or simulator",

View File

@ -28,19 +28,19 @@
AssetLoaderArgs = "assets/AssetSets.xml" AssetLoaderArgs = "assets/AssetSets.xml"
; ;
; change this to your grid-wide asset server ; Change this to your grid-wide asset server. Do not add a slash to the end of any of these addresses.
; ;
AssetServerURI = "http://myassetserver.com:8003" AssetServerURI = "http://myassetserver.com:8003"
[InventoryService] [InventoryService]
; ;
; change this to your grid-wide inventory server ; Change this to your grid-wide inventory server
; ;
InventoryServerURI = "http://myinventoryserver.com:8003" InventoryServerURI = "http://myinventoryserver.com:8003"
[GridService] [GridService]
; ;
; change this to your grid-wide grid server ; Change this to your grid-wide grid server
; ;
GridServerURI = "http://mygridserver.com:8003" GridServerURI = "http://mygridserver.com:8003"
;AllowHypergridMapSearch = true ;AllowHypergridMapSearch = true
@ -49,51 +49,51 @@
; MapTileDirectory = "./maptiles" ; MapTileDirectory = "./maptiles"
; === HG ONLY === ; === HG ONLY ===
;; change this to the address of your Gatekeeper service ;; Change this to the address of your Gatekeeper service
;; (usually bundled with the rest of the services in one ;; (usually bundled with the rest of the services in one
;; Robust server in port 8002, but not always) ;; Robust server in port 8002, but not always)
Gatekeeper="http://mygridserver.com:8002" Gatekeeper="http://mygridserver.com:8002"
[Messaging] [Messaging]
; === HG ONLY === ; === HG ONLY ===
;; change this to the address of your Gatekeeper service ;; Change this to the address of your Gatekeeper service
;; (usually bundled with the rest of the services in one ;; (usually bundled with the rest of the services in one
;; Robust server in port 8002, but not always) ;; Robust server in port 8002, but not always)
Gatekeeper = "http://mygridserver.com:8002" Gatekeeper = "http://mygridserver.com:8002"
[AvatarService] [AvatarService]
; ;
; change this to your grid-wide grid server ; Change this to your grid-wide grid server
; ;
AvatarServerURI = "http://mygridserver.com:8003" AvatarServerURI = "http://mygridserver.com:8003"
[PresenceService] [PresenceService]
; ;
; change this to your grid-wide presence server ; Change this to your grid-wide presence server
; ;
PresenceServerURI = "http://mygridserver.com:8003" PresenceServerURI = "http://mygridserver.com:8003"
[UserAccountService] [UserAccountService]
; ;
; change this to your grid-wide user accounts server ; Change this to your grid-wide user accounts server
; ;
UserAccountServerURI = "http://mygridserver.com:8003" UserAccountServerURI = "http://mygridserver.com:8003"
[GridUserService] [GridUserService]
; ;
; change this to your grid-wide user accounts server ; Change this to your grid-wide user accounts server
; ;
GridUserServerURI = "http://mygridserver.com:8003" GridUserServerURI = "http://mygridserver.com:8003"
[AuthenticationService] [AuthenticationService]
; ;
; change this to your grid-wide authentication server ; Change this to your grid-wide authentication server
; ;
AuthenticationServerURI = "http://mygridserver.com:8003" AuthenticationServerURI = "http://mygridserver.com:8003"
[FriendsService] [FriendsService]
; ;
; change this to your grid-wide friends server ; Change this to your grid-wide friends server
; ;
FriendsServerURI = "http://mygridserver.com:8003" FriendsServerURI = "http://mygridserver.com:8003"
@ -104,10 +104,10 @@
; accessible from other grids ; accessible from other grids
; ;
ProfileServerURI = "http://mygridserver.com:8002/user" ProfileServerURI = "http://mygridserver.com:8002/user"
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.
; OutboundPermission = False ; OutboundPermission = False
[UserAgentService] [UserAgentService]
; ;