config.toml 181 B

123456789101112
  1. [plugins]
  2. echo_plugin = [ "echo" ]
  3. teamspeak = [ "teamspeak" ]
  4. [postgres]
  5. host = "db"
  6. user = "postgres"
  7. db = "postgres"
  8. [teamspeak]
  9. host = "kirkleon.ddns.net"
  10. user = "serveradmin"