From f96afdb62bc05dd4c2ec4ba53a9978218bd82746 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Fri, 9 Dec 2016 07:16:10 +1000 Subject: Various little clean ups. --- config/OpenSimDefaults.ini | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'config/OpenSimDefaults.ini') diff --git a/config/OpenSimDefaults.ini b/config/OpenSimDefaults.ini index b62bcd7..12ca68f 100644 --- a/config/OpenSimDefaults.ini +++ b/config/OpenSimDefaults.ini @@ -807,8 +807,8 @@ ;# {OfflineMessageURL} {OfflineMessageModule:OfflineMessageModule Offline Message Module V2:Offline Message Module V2} {URL of offline messaging service} {} ;; URL of web service for offline message storage. Leave it commented if your service is local to the sim. - ; OfflineMessageURL = ${Const|BaseURL}/Offline.php - OfflineMessageURL = ${Const|BaseURL}:${Const|PrivatePort} + ; OfflineMessageURL = ${Const|GridURL}/Offline.php + OfflineMessageURL = ${Const|GridURL}:${Const|PrivatePort} ;# {StorageProvider} {Offline Message Module V2:Offline Message Module V2} {DLL that provides the storage interface} {OpenSim.Data.MySQL.dll} ;; For standalones, this is the storage dll. @@ -822,7 +822,7 @@ ;# {MuteListURL} {OfflineMessageModule:OfflineMessageModule} {} {} http://yourserver/Mute.php ;; URL of the web service that serves mute lists. Not currently used, but ;; must be set to allow offline messaging to work. - MuteListURL = "${Const|BaseURL}/opensim/mute.php" + MuteListURL = "${Const|GridURL}/opensim/mute.php" ;; Control whether group invites and notices are stored for offline users. ;; Default is true. @@ -1960,9 +1960,9 @@ ;; URI for the groups services of this grid ;; e.g. http://yourxmlrpcserver.com/xmlrpc.php for Flotsam XmlRpc ;; or http://mygridserver.com:82/Grid/ for SimianGrid - ;; or ${Const|BaseURL}:${Const|PrivatePort} for robust, V2 + ;; or ${Const|GridURL}:${Const|PrivatePort} for robust, V2 ;; Leave it commented for standalones, V2 - GroupsServerURI = "${Const|BaseURL}:${Const|PrivatePort}" + GroupsServerURI = "${Const|GridURL}:${Const|PrivatePort}" ;# {HomeURI} {ServicesConnectorModule:Groups HG Service Connector} {What's the home address of this world?} {} ;; Used for V2 in HG only. For example @@ -2088,14 +2088,14 @@ ;; points to your grid's Robust user profiles service ;; ; ProfileURL = http://127.0.0.1:9000 - ProfileServiceURL = ${Const|BaseURL}:${Const|PublicPort} + ProfileServiceURL = ${Const|GridURL}:${Const|PublicPort} [XBakes] ;# {URL} {} {Set URL for Baked texture service} {} ;; Sets the URL for the baked texture ROBUST service. ;; Disabled when unset. - URL = ${Const|BaseURL}:${Const|PrivatePort} + URL = ${Const|GridURL}:${Const|PrivatePort} ;; -- cgit v1.1