add LE_EMAIL to .env.sample

This commit is contained in:
ajaxify 2021-10-25 14:56:17 -07:00 committed by GitHub
parent ea066e8d1c
commit a64375de41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,8 @@
PROJECT_ROOT="" PROJECT_ROOT=""
CONTAINER_NAME="pf" CONTAINER_NAME="pf"
DOMAIN="" DOMAIN=""
# Emails from Let's Encrypt about your certificate will go here
LE_EMAIL=""
APP_PASSWORD="" APP_PASSWORD=""
MYSQL_PASSWORD="" MYSQL_PASSWORD=""
CCP_SSO_CLIENT_ID="" CCP_SSO_CLIENT_ID=""