11 lines
243 B
Bash
11 lines
243 B
Bash
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
|