diff options
author | Michael Cerquoni | 2014-03-09 19:09:10 -0400 |
---|---|---|
committer | Michael Cerquoni | 2014-03-09 19:09:10 -0400 |
commit | 4f67286044058edbf6660f2be49b0fc5532d3d30 (patch) | |
tree | 92ff0b31c9777d14d5c7eeff17f2d7383489e664 /bin/Robust.ini.example | |
parent | minor spelling mistake fix. (diff) | |
download | opensim-SC-4f67286044058edbf6660f2be49b0fc5532d3d30.zip opensim-SC-4f67286044058edbf6660f2be49b0fc5532d3d30.tar.gz opensim-SC-4f67286044058edbf6660f2be49b0fc5532d3d30.tar.bz2 opensim-SC-4f67286044058edbf6660f2be49b0fc5532d3d30.tar.xz |
fix missing quote for xBakes connector in Robust example ini files
Diffstat (limited to 'bin/Robust.ini.example')
-rw-r--r-- | bin/Robust.ini.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index fb09e99..829e393 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -51,7 +51,7 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto | |||
51 | ;; Uncomment this if you want Groups V2 to work | 51 | ;; Uncomment this if you want Groups V2 to work |
52 | ;GroupsServiceConnector = "8003/OpenSim.Addons.Groups.dll:GroupsServiceRobustConnector" | 52 | ;GroupsServiceConnector = "8003/OpenSim.Addons.Groups.dll:GroupsServiceRobustConnector" |
53 | ;; Uncomment to provide bakes caching | 53 | ;; Uncomment to provide bakes caching |
54 | ;BakedTextureService = "8003/OpenSim.Server.Handlers.dll:XBakesConnector | 54 | ;BakedTextureService = "8003/OpenSim.Server.Handlers.dll:XBakesConnector" |
55 | 55 | ||
56 | ;; Uncomment for UserProfiles see [UserProfilesService] to configure... | 56 | ;; Uncomment for UserProfiles see [UserProfilesService] to configure... |
57 | ; UserProfilesServiceConnector = "8002/OpenSim.Server.Handlers.dll:UserProfilesConnector" | 57 | ; UserProfilesServiceConnector = "8002/OpenSim.Server.Handlers.dll:UserProfilesConnector" |