aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/mysql_connection.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/mysql_connection.ini.example')
-rw-r--r--bin/mysql_connection.ini.example10
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/mysql_connection.ini.example b/bin/mysql_connection.ini.example
index 7933bed..2fe469c 100644
--- a/bin/mysql_connection.ini.example
+++ b/bin/mysql_connection.ini.example
@@ -1,3 +1,6 @@
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[mysqlconnection] 4[mysqlconnection]
2hostname=localhost 5hostname=localhost
3database=database 6database=database
@@ -5,3 +8,10 @@ username=username
5password=password 8password=password
6pooling=false 9pooling=false
7port=3306 10port=3306
11
12; These entries are only for if you, for some reason, wish to customize your user server table names.
13; If ommitted, default values will be used.
14
15userstablename=users
16userfriendstablename=userfriends
17agentstablename=agents