aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.Server.ini.example
diff options
context:
space:
mode:
authorDiva Canto2010-01-12 09:22:58 -0800
committerDiva Canto2010-01-12 09:22:58 -0800
commit66920a9047b54db947d02f252e17409b7fc32ef0 (patch)
tree8e5b34a510885183e400796616f224faceb4a142 /bin/OpenSim.Server.ini.example
parentFixed a couple of bugs with Appearance. Appearance is all good now. (diff)
downloadopensim-SC_OLD-66920a9047b54db947d02f252e17409b7fc32ef0.zip
opensim-SC_OLD-66920a9047b54db947d02f252e17409b7fc32ef0.tar.gz
opensim-SC_OLD-66920a9047b54db947d02f252e17409b7fc32ef0.tar.bz2
opensim-SC_OLD-66920a9047b54db947d02f252e17409b7fc32ef0.tar.xz
Fixed more appearance woes that showed up using remote connectors. Appearance is now being passed with AgentCircuitData, as it should be.
Diffstat (limited to 'bin/OpenSim.Server.ini.example')
-rw-r--r--bin/OpenSim.Server.ini.example10
1 files changed, 9 insertions, 1 deletions
diff --git a/bin/OpenSim.Server.ini.example b/bin/OpenSim.Server.ini.example
index 2ccc580..d072ed4 100644
--- a/bin/OpenSim.Server.ini.example
+++ b/bin/OpenSim.Server.ini.example
@@ -75,7 +75,7 @@ ServiceConnectors = "OpenSim.Server.Handlers.dll:AssetServiceConnector,OpenSim.S
75[OpenIdService] 75[OpenIdService]
76 ; for the server connector 76 ; for the server connector
77 AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" 77 AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
78 UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService" 78 UserAccountServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService"
79 79
80; * This is the new style user service. 80; * This is the new style user service.
81; * "Realm" is the table that is used for user lookup. 81; * "Realm" is the table that is used for user lookup.
@@ -96,6 +96,13 @@ ServiceConnectors = "OpenSim.Server.Handlers.dll:AssetServiceConnector,OpenSim.S
96 StorageProvider = "OpenSim.Data.MySQL.dll" 96 StorageProvider = "OpenSim.Data.MySQL.dll"
97 ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=opensim123;" 97 ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=opensim123;"
98 98
99[AvatarService]
100 ; for the server connector
101 LocalServiceModule = "OpenSim.Services.AvatarService.dll:AvatarService"
102 ; for the service
103 StorageProvider = "OpenSim.Data.MySQL.dll"
104 ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=opensim123;"
105
99[LibraryService] 106[LibraryService]
100 LibraryName = "OpenSim Library" 107 LibraryName = "OpenSim Library"
101 DefaultLibrary = "./inventory/Libraries.xml" 108 DefaultLibrary = "./inventory/Libraries.xml"
@@ -107,6 +114,7 @@ ServiceConnectors = "OpenSim.Server.Handlers.dll:AssetServiceConnector,OpenSim.S
107 UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService" 114 UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
108 AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" 115 AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
109 InventoryService = "OpenSim.Services.InventoryService.dll:InventoryService" 116 InventoryService = "OpenSim.Services.InventoryService.dll:InventoryService"
117 AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService"
110 PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" 118 PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
111 GridService = "OpenSim.Services.GridService.dll:GridService" 119 GridService = "OpenSim.Services.GridService.dll:GridService"
112 SimulationService ="OpenSim.Services.Connectors.dll:SimulationServiceConnector" 120 SimulationService ="OpenSim.Services.Connectors.dll:SimulationServiceConnector"