diff options
Diffstat (limited to '')
-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 | ||