Files
EZ-Homelab/docker-compose/utilities/.env.example
kelin 5df66a3923 Refine .env.example files across all stacks
- Streamline variable organization and formatting
- Reduce redundant comments and improve clarity
- Maintain all required variables for each stack
2026-02-10 20:23:52 -05:00

25 lines
305 B
Plaintext

# Utilities Stack Environment Variables
TZ=
PUID=
PGID=
SERVER_IP=
SERVER_HOSTNAME=
DOMAIN=
STACKS_DIR=
FORMIO_JWT_SECRET=
FORMIO_DB_SECRET=
BITWARDEN_SIGNUPS_ALLOWED=
BITWARDEN_INVITATIONS_ALLOWED=
BITWARDEN_ADMIN_TOKEN=
SMTP_HOST=
SMTP_PORT=
SMTP_USERNAME=
SMTP_PASSWORD=
SMTP_FROM=
SMTP_SECURITY=