11 lines
414 B
Bash
11 lines
414 B
Bash
# Copy this file to .env and fill in values for local overrides.
|
|||
|
|
# .env is git-ignored. The Nix flake sets reasonable defaults for all vars below.
|
||
|
|
#
|
||
|
|
# Only needed if you want to run the Stalwart dev server on fixed ports
|
||
|
|
# (e.g. to keep the same port across shell restarts).
|
||
|
|
# Leave unset (or set to 0) to use random ports — the default.
|
||
|
|
|
||
|
|
# STALWART_PORT=8080
|
||
|
|
# STALWART_IMAP_PORT=1430
|
||
|
|
# STALWART_SMTP_PORT=1025
|