mssql_connection.ini.example 700 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. [mssqlconnection]
  4. data_source=\SQLEXPRESS
  5. initial_catalog=database
  6. persist_security_info=True
  7. user_id=username
  8. password=password
  9. ; These entries are only for if you, for some reason, wish to customize your user server table names.
  10. ; Do note that if you change the table names, you might have to change the sql resources too manually
  11. ; If ommitted, default values will be used.
  12. userstablename=users
  13. userfriendstablename=userfriends
  14. agentstablename=agents
  15. regionstablename=regions