diff options
author | Diva Canto | 2010-01-13 10:15:14 -0800 |
---|---|---|
committer | Diva Canto | 2010-01-13 10:15:14 -0800 |
commit | d939668d6a54bb25cbc56ec840058c08992fe536 (patch) | |
tree | 3010c25757d314b2adc0cf1709d718721a062e9e /bin/OpenSim.Server.ini.example | |
parent | One more buglet removed: send the region UUID, not the region handle. (diff) | |
download | opensim-SC_OLD-d939668d6a54bb25cbc56ec840058c08992fe536.zip opensim-SC_OLD-d939668d6a54bb25cbc56ec840058c08992fe536.tar.gz opensim-SC_OLD-d939668d6a54bb25cbc56ec840058c08992fe536.tar.bz2 opensim-SC_OLD-d939668d6a54bb25cbc56ec840058c08992fe536.tar.xz |
Bug fix in create user: create inventory was missing.
Diffstat (limited to 'bin/OpenSim.Server.ini.example')
-rw-r--r-- | bin/OpenSim.Server.ini.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/OpenSim.Server.ini.example b/bin/OpenSim.Server.ini.example index d072ed4..81b5302 100644 --- a/bin/OpenSim.Server.ini.example +++ b/bin/OpenSim.Server.ini.example | |||
@@ -88,6 +88,12 @@ ServiceConnectors = "OpenSim.Server.Handlers.dll:AssetServiceConnector,OpenSim.S | |||
88 | StorageProvider = "OpenSim.Data.MySQL.dll" | 88 | StorageProvider = "OpenSim.Data.MySQL.dll" |
89 | ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=opensim123;" | 89 | ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=opensim123;" |
90 | ; Realm = "useraccounts" | 90 | ; Realm = "useraccounts" |
91 | ;; These are for creating new accounts by the service | ||
92 | AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" | ||
93 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" | ||
94 | GridService = "OpenSim.Services.GridService.dll:GridService" | ||
95 | InventoryService = "OpenSim.Services.InventoryService.dll:InventoryService" | ||
96 | |||
91 | 97 | ||
92 | [PresenceService] | 98 | [PresenceService] |
93 | ; for the server connector | 99 | ; for the server connector |