* Introduced customizable table names on MySQL and MSSQL UserData plug-ins.

[Provided by openlifegrid.com]
This commit is contained in:
lbsa71
2008-02-13 12:06:09 +00:00
parent c1044039d4
commit bcd3a5b28b
6 changed files with 110 additions and 42 deletions

View File

@@ -1,3 +1,6 @@
; 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.
[mysqlconnection]
hostname=localhost
database=database
@@ -5,3 +8,10 @@ username=username
password=password
pooling=false
port=3306
; These entries are only for if you, for some reason, wish to customize your user server table names.
; If ommitted, default values will be used.
userstablename=users
userfriendstablename=userfriends
agentstablename=agents