mysql_connection.ini.example 660 B

123456789101112131415161718
  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. [mysqlconnection]
  4. hostname=localhost
  5. database=database
  6. username=username
  7. password=password
  8. pooling=false
  9. port=3306
  10. ; These entries are only for if you, for some reason, wish to customize your user server table names.
  11. ; 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. userstablename=users
  14. userfriendstablename=userfriends
  15. agentstablename=agents