Changed the default XBakes directory to a local path: "./bakes".
Previously it was an absolute path. Now it's a sibling of the maptiles directory. This fixes http://opensimulator.org/mantis/view.php?id=7063bullet-2.82
parent
6b57b61836
commit
11031abf26
|
@ -54,6 +54,7 @@ bin/Regions/*
|
|||
bin/UserAssets
|
||||
bin/assetcache
|
||||
bin/maptiles
|
||||
bin/bakes
|
||||
bin/estate_settings.xml
|
||||
bin/config-include/CenomeCache.ini
|
||||
bin/config-include/FlotsamCache.ini
|
||||
|
|
|
@ -662,6 +662,5 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
|
|||
|
||||
[BakedTextureService]
|
||||
LocalServiceModule = "OpenSim.Server.Handlers.dll:XBakes"
|
||||
;; This directory must exist and be writable for the user ROBUST runs as
|
||||
BaseDirectory = "/data/bakes"
|
||||
|
||||
;; This directory must be writable by the user ROBUST runs as. It will be created automatically.
|
||||
BaseDirectory = "./bakes"
|
||||
|
|
|
@ -465,9 +465,8 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto
|
|||
UserAccountService = OpenSim.Services.UserAccountService.dll:UserAccountService
|
||||
AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
|
||||
|
||||
|
||||
[BakedTextureService]
|
||||
LocalServiceModule = "OpenSim.Server.Handlers.dll:XBakes"
|
||||
;; This directory must exist and be writable for the user ROBUST runs as
|
||||
BaseDirectory = "/data/bakes"
|
||||
;; This directory must be writable by the user ROBUST runs as. It will be created automatically.
|
||||
BaseDirectory = "./bakes"
|
||||
|
||||
|
|
Loading…
Reference in New Issue