diff options
author | Michael Cerquoni | 2014-03-08 21:48:33 -0500 |
---|---|---|
committer | Michael Cerquoni | 2014-03-08 21:48:33 -0500 |
commit | a96601478c17bfcdce0d13d7ba9608caa2551e14 (patch) | |
tree | f05975a5ee90645beadffb8f93de780be882d130 /bin/Robust.HG.ini.example | |
parent | remove RefreshTime = 0 from [MapImageService] in Standalone.ini, StandaloneHy... (diff) | |
download | opensim-SC_OLD-a96601478c17bfcdce0d13d7ba9608caa2551e14.zip opensim-SC_OLD-a96601478c17bfcdce0d13d7ba9608caa2551e14.tar.gz opensim-SC_OLD-a96601478c17bfcdce0d13d7ba9608caa2551e14.tar.bz2 opensim-SC_OLD-a96601478c17bfcdce0d13d7ba9608caa2551e14.tar.xz |
add [BakedTextureService] section to Robust.HG.ini.example file same as Robust.ini.example.
Diffstat (limited to '')
-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 | ||