fix missing quote for xBakes connector in Robust example ini files
parent
cfd3e8f0ea
commit
4f67286044
|
@ -60,7 +60,7 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto
|
|||
;; Uncomment this if you want Groups V2 to work
|
||||
; GroupsServiceConnector = "8003/OpenSim.Addons.Groups.dll:GroupsServiceRobustConnector"
|
||||
;; Uncomment to provide bakes caching
|
||||
;BakedTextureService = "8003/OpenSim.Server.Handlers.dll:XBakesConnector
|
||||
;BakedTextureService = "8003/OpenSim.Server.Handlers.dll:XBakesConnector"
|
||||
|
||||
;; Additions for Hypergrid
|
||||
|
||||
|
|
|
@ -51,7 +51,7 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto
|
|||
;; Uncomment this if you want Groups V2 to work
|
||||
;GroupsServiceConnector = "8003/OpenSim.Addons.Groups.dll:GroupsServiceRobustConnector"
|
||||
;; Uncomment to provide bakes caching
|
||||
;BakedTextureService = "8003/OpenSim.Server.Handlers.dll:XBakesConnector
|
||||
;BakedTextureService = "8003/OpenSim.Server.Handlers.dll:XBakesConnector"
|
||||
|
||||
;; Uncomment for UserProfiles see [UserProfilesService] to configure...
|
||||
; UserProfilesServiceConnector = "8002/OpenSim.Server.Handlers.dll:UserProfilesConnector"
|
||||
|
|
Loading…
Reference in New Issue