diff options
author | onefang | 2019-07-19 20:42:20 +1000 |
---|---|---|
committer | onefang | 2019-07-19 20:42:20 +1000 |
commit | f09d2f9f4ba64df8bbc0613519301f424397a025 (patch) | |
tree | b5bd7aaac02877e491269b44f45302b1bfb39cfd /bin | |
parent | Tweak the login logging a bit, especially for impersonations. (diff) | |
download | opensim-SC_OLD-f09d2f9f4ba64df8bbc0613519301f424397a025.zip opensim-SC_OLD-f09d2f9f4ba64df8bbc0613519301f424397a025.tar.gz opensim-SC_OLD-f09d2f9f4ba64df8bbc0613519301f424397a025.tar.bz2 opensim-SC_OLD-f09d2f9f4ba64df8bbc0613519301f424397a025.tar.xz |
Switch to using the internal offline message URL by default.
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSimDefaults.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 6c8d393..9b35f01 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1080,7 +1080,8 @@ | |||
1080 | 1080 | ||
1081 | ;# {OfflineMessageURL} {OfflineMessageModule:OfflineMessageModule Offline Message Module V2:Offline Message Module V2} {URL of offline messaging service} {} | 1081 | ;# {OfflineMessageURL} {OfflineMessageModule:OfflineMessageModule Offline Message Module V2:Offline Message Module V2} {URL of offline messaging service} {} |
1082 | ;; URL of web service for offline message storage. Leave it commented if your service is local to the sim. | 1082 | ;; URL of web service for offline message storage. Leave it commented if your service is local to the sim. |
1083 | OfflineMessageURL = ${Const|BaseURL}/Offline.php | 1083 | ;OfflineMessageURL = ${Const|BaseURL}/Offline.php |
1084 | OfflineMessageURL = ${Const|BaseURL}:${Const|PrivatePort} | ||
1084 | 1085 | ||
1085 | ;# {StorageProvider} {Offline Message Module V2:Offline Message Module V2} {DLL that provides the storage interface} {OpenSim.Data.MySQL.dll} | 1086 | ;# {StorageProvider} {Offline Message Module V2:Offline Message Module V2} {DLL that provides the storage interface} {OpenSim.Data.MySQL.dll} |
1086 | ;; For standalones, this is the storage dll. | 1087 | ;; For standalones, this is the storage dll. |