From a64375de41d0ad62213554a877f51dea8beedf17 Mon Sep 17 00:00:00 2001 From: ajaxify <78984825+ajaxify@users.noreply.github.com> Date: Mon, 25 Oct 2021 14:56:17 -0700 Subject: [PATCH] add LE_EMAIL to .env.sample --- .env.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.env.example b/.env.example index fdf6057..48b4074 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,8 @@ PROJECT_ROOT="" CONTAINER_NAME="pf" DOMAIN="" +# Emails from Let's Encrypt about your certificate will go here +LE_EMAIL="" APP_PASSWORD="" MYSQL_PASSWORD="" CCP_SSO_CLIENT_ID=""