aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/mssql_connection.ini.example
diff options
context:
space:
mode:
authorlbsa712008-02-13 12:06:09 +0000
committerlbsa712008-02-13 12:06:09 +0000
commitbcd3a5b28bc63426e5ac1f4642afca4a391ece28 (patch)
treed38441c04425259fe450d062e7be25c90ae7cb09 /bin/mssql_connection.ini.example
parent* Removed a debug line that got called every frame. (diff)
downloadopensim-SC_OLD-bcd3a5b28bc63426e5ac1f4642afca4a391ece28.zip
opensim-SC_OLD-bcd3a5b28bc63426e5ac1f4642afca4a391ece28.tar.gz
opensim-SC_OLD-bcd3a5b28bc63426e5ac1f4642afca4a391ece28.tar.bz2
opensim-SC_OLD-bcd3a5b28bc63426e5ac1f4642afca4a391ece28.tar.xz
* Introduced customizable table names on MySQL and MSSQL UserData plug-ins.
[Provided by openlifegrid.com]
Diffstat (limited to 'bin/mssql_connection.ini.example')
-rw-r--r--bin/mssql_connection.ini.example10
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/mssql_connection.ini.example b/bin/mssql_connection.ini.example
index c63d008..ceb277f 100644
--- a/bin/mssql_connection.ini.example
+++ b/bin/mssql_connection.ini.example
@@ -1,6 +1,16 @@
1; The IniConfig.cs that parses this file by just finding the first key={value} in the whole text so comments aren't really honoured.
2; Also, this algorithm can probably lead to 'amusing' results in unfortunate cases.
3
1[mssqlconnection] 4[mssqlconnection]
2data_source=\SQLEXPRESS 5data_source=\SQLEXPRESS
3initial_catalog=database 6initial_catalog=database
4persist_security_info=True 7persist_security_info=True
5user_id=username 8user_id=username
6password=password 9password=password
10
11; These entries are only for if you, for some reason, wish to customize your user server table names.
12; If ommitted, default values will be used.
13
14userstablename=users
15userfriendstablename=userfriends
16agentstablename=agents \ No newline at end of file