aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorMelanie Thielker2009-05-08 14:08:41 +0000
committerMelanie Thielker2009-05-08 14:08:41 +0000
commitaec069d161e6d818c4b1d9b7448aebade62c29c5 (patch)
treed1a27527d0119b98d6fbf1255ad5cff7294524fe /bin
parentnow that creatorID is no longer a strict UUID, and the column can still be NULL, (diff)
downloadopensim-SC_OLD-aec069d161e6d818c4b1d9b7448aebade62c29c5.zip
opensim-SC_OLD-aec069d161e6d818c4b1d9b7448aebade62c29c5.tar.gz
opensim-SC_OLD-aec069d161e6d818c4b1d9b7448aebade62c29c5.tar.bz2
opensim-SC_OLD-aec069d161e6d818c4b1d9b7448aebade62c29c5.tar.xz
More additions to the nextgen reference UGAIM
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.Servers.UserServer.ini.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/OpenSim.Servers.UserServer.ini.example b/bin/OpenSim.Servers.UserServer.ini.example
index 2a80f27..39d0ace 100644
--- a/bin/OpenSim.Servers.UserServer.ini.example
+++ b/bin/OpenSim.Servers.UserServer.ini.example
@@ -1,2 +1,6 @@
1[Network] 1[Network]
2port = 8002 2port = 8002
3
4[UserService]
5StorageProvider = "OpenSim.Data.MySQL.dll"
6ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=opensim;"