Files
link-shortening-service/settings.json
2026-06-02 19:24:50 +02:00

6 lines
174 B
JSON

{
"db_url": "postgresql://postgres:asdfg12345@127.0.0.1:5432/shortener?sslmode=disable",
"trusted_proxies": ["10.8.0.3"],
"otlp_endpoint": "https://otel.kocoder.xyz"
}