diff options
author | Robert Adams | 2013-05-30 19:20:36 -0700 |
---|---|---|
committer | Robert Adams | 2013-05-30 19:20:36 -0700 |
commit | 924a5df25fa692793fdf071d8d4ec7788412ada9 (patch) | |
tree | 335ab0e330d38bce10012ec6b67ae79828ab4870 /bin/config-include/StandaloneCommon.ini.example | |
parent | Trigger OnScenePresenceUpdated when the avatar's animations change. (diff) | |
parent | Merge branch 'work' contains UserProfiles with Robust service and updates reg... (diff) | |
download | opensim-SC_OLD-924a5df25fa692793fdf071d8d4ec7788412ada9.zip opensim-SC_OLD-924a5df25fa692793fdf071d8d4ec7788412ada9.tar.gz opensim-SC_OLD-924a5df25fa692793fdf071d8d4ec7788412ada9.tar.bz2 opensim-SC_OLD-924a5df25fa692793fdf071d8d4ec7788412ada9.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'bin/config-include/StandaloneCommon.ini.example')
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index 2547244..8c23c41 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -352,3 +352,19 @@ | |||
352 | ;; If appearance is restricted, which accounts' appearances are allowed to be exported? | 352 | ;; If appearance is restricted, which accounts' appearances are allowed to be exported? |
353 | ;; Comma-separated list of account names | 353 | ;; Comma-separated list of account names |
354 | AccountForAppearance = "Test User, Astronaut Smith" | 354 | AccountForAppearance = "Test User, Astronaut Smith" |
355 | |||
356 | ;; UserProfiles Service | ||
357 | ;; | ||
358 | ;; To use, set Enabled to true then configure for your site... | ||
359 | [UserProfilesService] | ||
360 | LocalServiceModule = "OpenSim.Services.UserProfilesService.dll:UserProfilesService" | ||
361 | Enabled = false | ||
362 | |||
363 | ;; Configure this for separate databse | ||
364 | ; ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;" | ||
365 | ; Realm = UserProfiles | ||
366 | |||
367 | UserAccountService = OpenSim.Services.UserAccountService.dll:UserAccountService | ||
368 | AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" | ||
369 | |||
370 | |||