2008-02-13 12:06:09 +00:00
|
|
|
; 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.
|
|
|
|
|
2007-11-11 09:19:21 +00:00
|
|
|
[mysqlconnection]
|
|
|
|
hostname=localhost
|
2007-12-15 22:00:40 +00:00
|
|
|
database=database
|
|
|
|
username=username
|
|
|
|
password=password
|
2007-11-11 09:19:21 +00:00
|
|
|
pooling=false
|
2007-12-15 21:58:07 +00:00
|
|
|
port=3306
|
2008-02-13 12:06:09 +00:00
|
|
|
|
|
|
|
; These entries are only for if you, for some reason, wish to customize your user server table names.
|
2008-02-13 13:39:51 +00:00
|
|
|
; Do note that if you change the table names, you might have to change the sql resources too manually
|
2008-02-13 12:06:09 +00:00
|
|
|
; If ommitted, default values will be used.
|
|
|
|
|
|
|
|
userstablename=users
|
|
|
|
userfriendstablename=userfriends
|
|
|
|
agentstablename=agents
|