diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/mssql_connection.ini.example | 4 | ||||
-rw-r--r-- | bin/mysql_connection.ini.example | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/bin/mssql_connection.ini.example b/bin/mssql_connection.ini.example index ceb277f..e0ae7ba 100644 --- a/bin/mssql_connection.ini.example +++ b/bin/mssql_connection.ini.example | |||
@@ -9,8 +9,10 @@ user_id=username | |||
9 | password=password | 9 | password=password |
10 | 10 | ||
11 | ; These entries are only for if you, for some reason, wish to customize your user server table names. | 11 | ; These entries are only for if you, for some reason, wish to customize your user server table names. |
12 | ; Do note that if you change the table names, you might have to change the sql resources too manually | ||
12 | ; If ommitted, default values will be used. | 13 | ; If ommitted, default values will be used. |
13 | 14 | ||
14 | userstablename=users | 15 | userstablename=users |
15 | userfriendstablename=userfriends | 16 | userfriendstablename=userfriends |
16 | agentstablename=agents \ No newline at end of file | 17 | agentstablename=agents |
18 | regionstablename=regions | ||
diff --git a/bin/mysql_connection.ini.example b/bin/mysql_connection.ini.example index 2fe469c..4ad43dd 100644 --- a/bin/mysql_connection.ini.example +++ b/bin/mysql_connection.ini.example | |||
@@ -10,6 +10,7 @@ pooling=false | |||
10 | port=3306 | 10 | port=3306 |
11 | 11 | ||
12 | ; These entries are only for if you, for some reason, wish to customize your user server table names. | 12 | ; These entries are only for if you, for some reason, wish to customize your user server table names. |
13 | ; Do note that if you change the table names, you might have to change the sql resources too manually | ||
13 | ; If ommitted, default values will be used. | 14 | ; If ommitted, default values will be used. |
14 | 15 | ||
15 | userstablename=users | 16 | userstablename=users |