From d671dbb7c743b2821cc36d845fc6ca94903625d9 Mon Sep 17 00:00:00 2001 From: Makopoppo Date: Sat, 28 May 2011 11:10:07 +0900 Subject: Removing mssql_connection.ini.example - mssql_connection.ini is no longer used --- bin/mssql_connection.ini.example | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 bin/mssql_connection.ini.example 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 @@ -; The IniConfig.cs that parses this file by just finding the first key={value} in the whole text so comments aren't really honoured. -; Also, this algorithm can probably lead to 'amusing' results in unfortunate cases. - -[mssqlconnection] -data_source=\SQLEXPRESS -initial_catalog=database -persist_security_info=True -user_id=username -password=password - -; These entries are only for if you, for some reason, wish to customize your user server table names. -; Do note that if you change the table names, you might have to change the sql resources too manually -; If ommitted, default values will be used. - -userstablename=users -userfriendstablename=userfriends -agentstablename=agents -regionstablename=regions -- cgit v1.1