#36 Init homelab.env

This commit is contained in:
Joey Hafner 2022-08-09 15:13:53 -07:00
parent c050418053
commit 6943756b1c

10
homelab.env Normal file
View File

@ -0,0 +1,10 @@
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