1
0
Fork 0
website/config.toml

13 lines
322 B
TOML
Raw Normal View History

2024-04-21 14:13:18 +02:00
title = "tollyx.se"
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]
2024-04-23 20:09:11 +02:00
enabled = true
2024-04-19 19:36:25 +02:00
endpoint = "http://otel-collector:4317"
authorization = "Basic YWRyaWFuQHRvbGx5eC5uZXQ6N3VHVDU1NGpudGdxVE5LMg=="
organization = "default"
stream_name = "default"
tls_insecure = true