diff options
author | Justin Clark-Casey (justincc) | 2014-03-11 00:16:31 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-03-11 00:16:31 +0000 |
commit | 932c9e757b1e4ba519ba9d486e9773290c5b3719 (patch) | |
tree | 755cb9976d4d7b8bdc6b196cbc612a635201323a /bin/Robust.HG.ini.example | |
parent | Send group notices through the same messaging module mechanism used to send g... (diff) | |
parent | fix missing quote for xBakes connector in Robust example ini files (diff) | |
download | opensim-SC_OLD-932c9e757b1e4ba519ba9d486e9773290c5b3719.zip opensim-SC_OLD-932c9e757b1e4ba519ba9d486e9773290c5b3719.tar.gz opensim-SC_OLD-932c9e757b1e4ba519ba9d486e9773290c5b3719.tar.bz2 opensim-SC_OLD-932c9e757b1e4ba519ba9d486e9773290c5b3719.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r-- | bin/Robust.HG.ini.example | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 965e241..245f363 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -59,6 +59,8 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto | |||
59 | ; OfflineIMServiceConnector = "8003/OpenSim.Addons.OfflineIM.dll:OfflineIMServiceRobustConnector" | 59 | ; OfflineIMServiceConnector = "8003/OpenSim.Addons.OfflineIM.dll:OfflineIMServiceRobustConnector" |
60 | ;; Uncomment this if you want Groups V2 to work | 60 | ;; Uncomment this if you want Groups V2 to work |
61 | ; GroupsServiceConnector = "8003/OpenSim.Addons.Groups.dll:GroupsServiceRobustConnector" | 61 | ; GroupsServiceConnector = "8003/OpenSim.Addons.Groups.dll:GroupsServiceRobustConnector" |
62 | ;; Uncomment to provide bakes caching | ||
63 | ;BakedTextureService = "8003/OpenSim.Server.Handlers.dll:XBakesConnector" | ||
62 | 64 | ||
63 | ;; Additions for Hypergrid | 65 | ;; Additions for Hypergrid |
64 | 66 | ||
@@ -632,5 +634,10 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset | |||
632 | ;; ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;Old Guids=true;" | 634 | ;; ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;Old Guids=true;" |
633 | ;; Realm = UserProfiles | 635 | ;; Realm = UserProfiles |
634 | UserAccountService = OpenSim.Services.UserAccountService.dll:UserAccountService | 636 | UserAccountService = OpenSim.Services.UserAccountService.dll:UserAccountService |
635 | AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" | 637 | AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService |
638 | |||
639 | [BakedTextureService] | ||
640 | LocalServiceModule = "OpenSim.Server.Handlers.dll:XBakes" | ||
641 | ;; This directory must exist and be writable for the user ROBUST runs as | ||
642 | BaseDirectory = "/data/bakes" | ||
636 | 643 | ||