feat: add server listen address configuration to .env and README

This commit is contained in:
Linus Rath
2026-03-17 14:58:12 +01:00
parent 6e78f2a09e
commit 6680b65863
3 changed files with 24 additions and 0 deletions
+11
View File
@@ -67,6 +67,17 @@ JMAP_SERVER_URL=https://your-jmap-server.com
# For Docker, mount a persistent volume at this path.
# SETTINGS_DATA_DIR=./data/settings
# =============================================================================
# Server Listen Address
# =============================================================================
# Hostname the server binds to (default: 0.0.0.0)
# Set to "::" for IPv6 or "[::]" for dual-stack support.
# HOSTNAME=0.0.0.0
# Port the server listens on (default: 3000)
# PORT=3000
# =============================================================================
# Logging
# =============================================================================