BotDiscord/resources/config.toml

33 lines
448 B
TOML

bot_name = "AGAU"
env = "dev-che"
port = 5437
token = ""
prefix = "!"
[persistence]
url = "localhost:8000"
user = "postgres"
password = "postgres"
database = "postgres"
namespace = "truc"
tls = false
tls_insecure = false
[image]
path = "/projects/base-image"
[[tracing]]
kind = "Console"
name = "console"
level = 1
[tracing.additional]
[[tracing]]
kind = "Otel"
name = "otel"
level = 2
[tracing.additional]
endpoint = "http://localhost:4317"