homelab/homelab.env

11 lines
243 B
Bash
Raw Normal View History

2022-08-09 15:13:53 -07:00
TZ=America/Los_Angeles # used by most images
PUID=1000 # used by LSIO images
PGID=1000 # used by LSIO images
ADMIN_EMAIL=joey@jafner.net
SMTP_HOST=smtp.gmail.com
SMTP_PORT=465
SMTP_USER=noreply@jafner.net
SMTP_USE_SSL=true
SMTP_USE_TLS=false