minor: Change commented out authentication service realm setting to "users" to match defaults in code

0.6.7-post-fixes
Justin Clark-Casey (justincc) 2009-10-15 18:56:37 +01:00
parent 85e9d774ea
commit 4e678d3d16
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService"
AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
StorageProvider = "OpenSim.Data.MySQL.dll"
ConnectionString = "Data Source=localhost;Database=grid;User ID=grid;Password=grid;"
; Realm = "auth"
; Realm = "users"
; * This is the new style user service.
; * "Realm" is the table that is used for user lookup.