1
0
Fork 0
website/config.toml

12 lines
303 B
TOML
Raw Normal View History

2023-07-29 20:22:13 +02:00
base_url = "http://localhost:8080/"
bind_address = "0.0.0.0:8080"
2023-11-10 23:09:00 +01:00
logging = "info,website=debug"
2024-04-19 19:36:25 +02:00
[otlp]
enabled = false
endpoint = "http://otel-collector:4317"
authorization = "Basic YWRyaWFuQHRvbGx5eC5uZXQ6N3VHVDU1NGpudGdxVE5LMg=="
organization = "default"
stream_name = "default"
tls_insecure = true