diff options
author | Justin Clark-Casey (justincc) | 2009-09-07 18:26:53 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2009-09-07 18:26:53 +0100 |
commit | 116933bee5adfa4a3c1815fb7f3866bdaa584c41 (patch) | |
tree | b1aaf689ad7c9ef07e495e94d64f5978a1d5c9c3 /bin/OpenSim.Server.ini.example | |
parent | T012_EstateSettingsRandomStorage() which wasn't being run because the method ... (diff) | |
parent | Merge branch 'master' of ssh://MyConnection/var/git/opensim (diff) | |
download | opensim-SC-116933bee5adfa4a3c1815fb7f3866bdaa584c41.zip opensim-SC-116933bee5adfa4a3c1815fb7f3866bdaa584c41.tar.gz opensim-SC-116933bee5adfa4a3c1815fb7f3866bdaa584c41.tar.bz2 opensim-SC-116933bee5adfa4a3c1815fb7f3866bdaa584c41.tar.xz |
Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim
Diffstat (limited to 'bin/OpenSim.Server.ini.example')
-rw-r--r-- | bin/OpenSim.Server.ini.example | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/OpenSim.Server.ini.example b/bin/OpenSim.Server.ini.example index 545d6ce..5696f07 100644 --- a/bin/OpenSim.Server.ini.example +++ b/bin/OpenSim.Server.ini.example | |||
@@ -60,3 +60,13 @@ StorageProvider = "OpenSim.Data.MySQL.dll" | |||
60 | ConnectionString = "Data Source=localhost;Database=grid;User ID=grid;Password=grid;" | 60 | ConnectionString = "Data Source=localhost;Database=grid;User ID=grid;Password=grid;" |
61 | ; Realm = "auth" | 61 | ; Realm = "auth" |
62 | 62 | ||
63 | ; * This is the new style user service. | ||
64 | ; * "Realm" is the table that is used for user lookup. | ||
65 | ; * It defaults to "users", which uses the legacy tables | ||
66 | ; * | ||
67 | [UserAccountService] | ||
68 | AuthenticationServiceModule = "OpenSim.Services.UserService.dll:UserAccountService" | ||
69 | StorageProvider = "OpenSim.Data.MySQL.dll" | ||
70 | ConnectionString = "Data Source=localhost;Database=grid;User ID=grid;Password=grid;" | ||
71 | ; Realm = "users" | ||
72 | |||