connections.conf 702 B

123456789101112131415161718192021222324
  1. db_type: sqlite # This may be either mysql or sqlite. If mysql, the connection details below will apply to all worlds
  2. mysql:
  3. db_host: localhost:3306
  4. db_user: root
  5. db_pass: root
  6. db_table_prefix: # leave blank unless needed
  7. ssl:
  8. ssl_server_cert_path: # specify path to server cert file (e.g ./server.crt)
  9. ssl_server_key_path: # specify path to server key file (e.g ./server.key)
  10. discord:
  11. discord_auction_webhook_url: null
  12. discord_monitoring_webhook_url: null
  13. discord_report_abuse_webhook_url: null
  14. discord_staff_commands_webhook_url: null
  15. discord_naughty_words_webhook_url: null
  16. discord_general_webhook_url: null
  17. monitor:
  18. monitor_ip: localhost
  19. discord_downtime_report_webhook_url: null