diff options
-rw-r--r-- | bin/Robust.HG.ini.example | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 965e241..578dee5 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -632,5 +632,10 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset | |||
632 | ;; ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;Old Guids=true;" | 632 | ;; ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;Old Guids=true;" |
633 | ;; Realm = UserProfiles | 633 | ;; Realm = UserProfiles |
634 | UserAccountService = OpenSim.Services.UserAccountService.dll:UserAccountService | 634 | UserAccountService = OpenSim.Services.UserAccountService.dll:UserAccountService |
635 | AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" | 635 | AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService |
636 | |||
637 | [BakedTextureService] | ||
638 | LocalServiceModule = "OpenSim.Server.Handlers.dll:XBakes" | ||
639 | ;; This directiry must exist and be writable for the user ROBUST runs as | ||
640 | BaseDirectory = "/data/bakes" | ||
636 | 641 | ||