29 lines
365 B
TOML
29 lines
365 B
TOML
bot_name = "WeeKit"
|
|
env = "dev-che"
|
|
port = 5437
|
|
token = ""
|
|
prefix = "!"
|
|
|
|
[persistence]
|
|
host = "localhost"
|
|
port = 9000
|
|
user = "default"
|
|
password = "default"
|
|
database = "default"
|
|
|
|
|
|
[[tracing]]
|
|
kind = "Console"
|
|
name = "console"
|
|
level = 2
|
|
|
|
[tracing.additional]
|
|
|
|
[[tracing]]
|
|
kind = "Otel"
|
|
name = "otel"
|
|
level = 2
|
|
|
|
[tracing.additional]
|
|
endpoint = "http://localhost:4317"
|