diff options
author | BlueWall | 2014-12-01 10:15:56 -0500 |
---|---|---|
committer | BlueWall | 2014-12-01 10:15:56 -0500 |
commit | caa7b1e6a126ce244329f8fe2ed229283e6c6ffc (patch) | |
tree | 40eec7ab4951eebfd7215202536c8c2485198042 | |
parent | BulletSim: update BulletSim DLLs and SOs. (diff) | |
download | opensim-SC_OLD-caa7b1e6a126ce244329f8fe2ed229283e6c6ffc.zip opensim-SC_OLD-caa7b1e6a126ce244329f8fe2ed229283e6c6ffc.tar.gz opensim-SC_OLD-caa7b1e6a126ce244329f8fe2ed229283e6c6ffc.tar.bz2 opensim-SC_OLD-caa7b1e6a126ce244329f8fe2ed229283e6c6ffc.tar.xz |
Fix typo in ini
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index da88e7f..6d8c2bf 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -609,7 +609,7 @@ | |||
609 | ;# {OfflineMessageURL} {OfflineMessageModule:OfflineMessageModule Offline Message Module V2:Offline Message Module V2} {URL of offline messaging service} {} | 609 | ;# {OfflineMessageURL} {OfflineMessageModule:OfflineMessageModule Offline Message Module V2:Offline Message Module V2} {URL of offline messaging service} {} |
610 | ;; URL of web service for offline message storage. Leave it commented if your service is local to the sim. | 610 | ;; URL of web service for offline message storage. Leave it commented if your service is local to the sim. |
611 | ; OfflineMessageURL = ${Const|BaseURL}/Offline.php | 611 | ; OfflineMessageURL = ${Const|BaseURL}/Offline.php |
612 | ; OfflineMessageURL = ${Const|BaseURL}:${Const|PrivtePort} | 612 | ; OfflineMessageURL = ${Const|BaseURL}:${Const|PrivatePort} |
613 | 613 | ||
614 | ;# {StorageProvider} {Offline Message Module V2:Offline Message Module V2} {DLL that provides the storage interface} {OpenSim.Data.MySQL.dll} | 614 | ;# {StorageProvider} {Offline Message Module V2:Offline Message Module V2} {DLL that provides the storage interface} {OpenSim.Data.MySQL.dll} |
615 | ;; For standalones, this is the storage dll. | 615 | ;; For standalones, this is the storage dll. |