12 lines
323 B
TOML
12 lines
323 B
TOML
title = "tollyx.se"
|
|
base_url = "http://localhost:8080/"
|
|
bind_address = "0.0.0.0:8080"
|
|
logging = "info,website=debug"
|
|
|
|
[otlp]
|
|
enabled = false
|
|
endpoint = "http://otel-collector:4317"
|
|
authorization = "Basic YWRyaWFuQHRvbGx5eC5uZXQ6N3VHVDU1NGpudGdxVE5LMg=="
|
|
organization = "default"
|
|
stream_name = "default"
|
|
tls_insecure = true
|