aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/mysql_connection.ini.example
blob: 4ad43ddd18712bd73ce244b4e6f14bb1a161fe77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
; 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
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.
; 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