BotDiscord/resources/config.toml

15 lines
211 B
TOML

bot_name = "AGAU"
env = "dev-che"
port = 5437
token = ""
prefix = "!"
[persistence]
host = "localhost"
port = 5432
user = "postgres"
password = "postgres"
database = "postgres"
tls = false
tls_insecure = false