diff options
author | David Walter Seikel | 2016-12-09 07:16:10 +1000 |
---|---|---|
committer | David Walter Seikel | 2016-12-09 07:16:10 +1000 |
commit | f96afdb62bc05dd4c2ec4ba53a9978218bd82746 (patch) | |
tree | c369c8b35426a31aa65395c29593fc2cd93ded81 /config/OpenSimDefaults.ini | |
parent | Add asset fixing Perl script, though likely to convert it to Lua later. (diff) | |
download | opensim-SC_OLD-f96afdb62bc05dd4c2ec4ba53a9978218bd82746.zip opensim-SC_OLD-f96afdb62bc05dd4c2ec4ba53a9978218bd82746.tar.gz opensim-SC_OLD-f96afdb62bc05dd4c2ec4ba53a9978218bd82746.tar.bz2 opensim-SC_OLD-f96afdb62bc05dd4c2ec4ba53a9978218bd82746.tar.xz |
Various little clean ups.
Diffstat (limited to '')
-rw-r--r-- | config/OpenSimDefaults.ini | 14 |
1 files changed, 7 insertions, 7 deletions
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 @@ | |||
807 | 807 | ||
808 | ;# {OfflineMessageURL} {OfflineMessageModule:OfflineMessageModule Offline Message Module V2:Offline Message Module V2} {URL of offline messaging service} {} | 808 | ;# {OfflineMessageURL} {OfflineMessageModule:OfflineMessageModule Offline Message Module V2:Offline Message Module V2} {URL of offline messaging service} {} |
809 | ;; URL of web service for offline message storage. Leave it commented if your service is local to the sim. | 809 | ;; URL of web service for offline message storage. Leave it commented if your service is local to the sim. |
810 | ; OfflineMessageURL = ${Const|BaseURL}/Offline.php | 810 | ; OfflineMessageURL = ${Const|GridURL}/Offline.php |
811 | OfflineMessageURL = ${Const|BaseURL}:${Const|PrivatePort} | 811 | OfflineMessageURL = ${Const|GridURL}:${Const|PrivatePort} |
812 | 812 | ||
813 | ;# {StorageProvider} {Offline Message Module V2:Offline Message Module V2} {DLL that provides the storage interface} {OpenSim.Data.MySQL.dll} | 813 | ;# {StorageProvider} {Offline Message Module V2:Offline Message Module V2} {DLL that provides the storage interface} {OpenSim.Data.MySQL.dll} |
814 | ;; For standalones, this is the storage dll. | 814 | ;; For standalones, this is the storage dll. |
@@ -822,7 +822,7 @@ | |||
822 | ;# {MuteListURL} {OfflineMessageModule:OfflineMessageModule} {} {} http://yourserver/Mute.php | 822 | ;# {MuteListURL} {OfflineMessageModule:OfflineMessageModule} {} {} http://yourserver/Mute.php |
823 | ;; URL of the web service that serves mute lists. Not currently used, but | 823 | ;; URL of the web service that serves mute lists. Not currently used, but |
824 | ;; must be set to allow offline messaging to work. | 824 | ;; must be set to allow offline messaging to work. |
825 | MuteListURL = "${Const|BaseURL}/opensim/mute.php" | 825 | MuteListURL = "${Const|GridURL}/opensim/mute.php" |
826 | 826 | ||
827 | ;; Control whether group invites and notices are stored for offline users. | 827 | ;; Control whether group invites and notices are stored for offline users. |
828 | ;; Default is true. | 828 | ;; Default is true. |
@@ -1960,9 +1960,9 @@ | |||
1960 | ;; URI for the groups services of this grid | 1960 | ;; URI for the groups services of this grid |
1961 | ;; e.g. http://yourxmlrpcserver.com/xmlrpc.php for Flotsam XmlRpc | 1961 | ;; e.g. http://yourxmlrpcserver.com/xmlrpc.php for Flotsam XmlRpc |
1962 | ;; or http://mygridserver.com:82/Grid/ for SimianGrid | 1962 | ;; or http://mygridserver.com:82/Grid/ for SimianGrid |
1963 | ;; or ${Const|BaseURL}:${Const|PrivatePort} for robust, V2 | 1963 | ;; or ${Const|GridURL}:${Const|PrivatePort} for robust, V2 |
1964 | ;; Leave it commented for standalones, V2 | 1964 | ;; Leave it commented for standalones, V2 |
1965 | GroupsServerURI = "${Const|BaseURL}:${Const|PrivatePort}" | 1965 | GroupsServerURI = "${Const|GridURL}:${Const|PrivatePort}" |
1966 | 1966 | ||
1967 | ;# {HomeURI} {ServicesConnectorModule:Groups HG Service Connector} {What's the home address of this world?} {} | 1967 | ;# {HomeURI} {ServicesConnectorModule:Groups HG Service Connector} {What's the home address of this world?} {} |
1968 | ;; Used for V2 in HG only. For example | 1968 | ;; Used for V2 in HG only. For example |
@@ -2088,14 +2088,14 @@ | |||
2088 | ;; points to your grid's Robust user profiles service | 2088 | ;; points to your grid's Robust user profiles service |
2089 | ;; | 2089 | ;; |
2090 | ; ProfileURL = http://127.0.0.1:9000 | 2090 | ; ProfileURL = http://127.0.0.1:9000 |
2091 | ProfileServiceURL = ${Const|BaseURL}:${Const|PublicPort} | 2091 | ProfileServiceURL = ${Const|GridURL}:${Const|PublicPort} |
2092 | 2092 | ||
2093 | 2093 | ||
2094 | [XBakes] | 2094 | [XBakes] |
2095 | ;# {URL} {} {Set URL for Baked texture service} {} | 2095 | ;# {URL} {} {Set URL for Baked texture service} {} |
2096 | ;; Sets the URL for the baked texture ROBUST service. | 2096 | ;; Sets the URL for the baked texture ROBUST service. |
2097 | ;; Disabled when unset. | 2097 | ;; Disabled when unset. |
2098 | URL = ${Const|BaseURL}:${Const|PrivatePort} | 2098 | URL = ${Const|GridURL}:${Const|PrivatePort} |
2099 | 2099 | ||
2100 | 2100 | ||
2101 | ;; | 2101 | ;; |