diff options
author | Makopoppo | 2011-05-28 11:10:07 +0900 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-05-30 23:22:49 +0100 |
commit | d671dbb7c743b2821cc36d845fc6ca94903625d9 (patch) | |
tree | 7d0e1abe10fecbe1c0cb43ea9c24f88ce830d4ba | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-d671dbb7c743b2821cc36d845fc6ca94903625d9.zip opensim-SC_OLD-d671dbb7c743b2821cc36d845fc6ca94903625d9.tar.gz opensim-SC_OLD-d671dbb7c743b2821cc36d845fc6ca94903625d9.tar.bz2 opensim-SC_OLD-d671dbb7c743b2821cc36d845fc6ca94903625d9.tar.xz |
Removing mssql_connection.ini.example - mssql_connection.ini is no longer used
-rw-r--r-- | bin/mssql_connection.ini.example | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/bin/mssql_connection.ini.example b/bin/mssql_connection.ini.example deleted file mode 100644 index e0ae7ba..0000000 --- a/bin/mssql_connection.ini.example +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
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 | |||
4 | [mssqlconnection] | ||
5 | data_source=\SQLEXPRESS | ||
6 | initial_catalog=database | ||
7 | persist_security_info=True | ||
8 | user_id=username | ||
9 | password=password | ||
10 | |||
11 | ; These entries are only for if you, for some reason, wish to customize your user server table names. | ||
12 | ; Do note that if you change the table names, you might have to change the sql resources too manually | ||
13 | ; If ommitted, default values will be used. | ||
14 | |||
15 | userstablename=users | ||
16 | userfriendstablename=userfriends | ||
17 | agentstablename=agents | ||
18 | regionstablename=regions | ||