add [BakedTextureService] section to Robust.HG.ini.example file same as Robust.ini.example.

0.8.0.3
Michael Cerquoni 2014-03-08 21:48:33 -05:00
parent e3c4936dea
commit a96601478c
1 changed files with 6 additions and 1 deletions

View File

@ -632,5 +632,10 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
;; ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;Old Guids=true;"
;; Realm = UserProfiles
UserAccountService = OpenSim.Services.UserAccountService.dll:UserAccountService
AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService
[BakedTextureService]
LocalServiceModule = "OpenSim.Server.Handlers.dll:XBakes"
;; This directiry must exist and be writable for the user ROBUST runs as
BaseDirectory = "/data/bakes"