BotTerre/resources/config.toml

29 lines
369 B
TOML

bot_name = "Mioneolas"
env = "dev-che"
port = 5437
token = ""
prefix = "!"
[persistence]
host = "127.0.0.1"
port = 8123
user = "default"
password = "password"
database = "default"
[[tracing]]
kind = "Console"
name = "console"
level = 2
[tracing.additional]
[[tracing]]
kind = "Otel"
name = "otel"
level = 1
[tracing.additional]
endpoint = "http://localhost:4317"