fix(config): align default.yaml with server schema

This commit is contained in:
William Valentin
2026-02-15 18:11:29 -08:00
parent 83b8bea5eb
commit 81385745e6
5 changed files with 86 additions and 4 deletions
+4 -1
View File
@@ -10,7 +10,10 @@ telegram:
allowed_chat_ids: [] # Add your Telegram chat ID
server:
tailscale_only: true
# Tailscale Serve config (optional). Enable `serve: true` to expose the
# gateway to your tailnet via `tailscale serve`.
tailscale:
serve: false
localhost: true
port: 18800