Config System

This commit is contained in:
2026-06-02 19:21:42 +02:00
parent 6ab31c2c1b
commit 90001720d8
2 changed files with 32 additions and 0 deletions

5
settings.json Normal file
View File

@@ -0,0 +1,5 @@
{
"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"
}