Skip to content

Commit 5be2f14

Browse files
committed
feat(config): add configuration file for Tailscale and server settings
The new config.yaml file centralizes configuration settings for Tailscale, server, and OpenTelemetry. This improves maintainability and allows for easier adjustments to application settings without modifying the code directly.
1 parent 7e35674 commit 5be2f14

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/config.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
tailscale:
2+
hostname: tka
3+
port: 8123
4+
stateDir: /tmp/tka-ts-state
5+
tailnet: sphinx-map.ts.net
6+
7+
server:
8+
debug: true
9+
10+
otel:
11+
endpoint: localhost:4317
12+
insecure: true

0 commit comments

Comments
 (0)