diff options
author | jfederico <jesus@123it.ca> | 2020-04-30 09:23:32 -0400 |
---|---|---|
committer | jfederico <jesus@123it.ca> | 2020-04-30 09:23:32 -0400 |
commit | c68740cc86ee09df939e62a1fb8d5947094e101c (patch) | |
tree | c6e297ad80fe7ea07457bd851f68e4542fe84faf /dotenv | |
parent | 84e3649f9ad7645b65d4ff605bcab869a6bbdd6f (diff) | |
download | scalelite-run-itzks-c68740cc86ee09df939e62a1fb8d5947094e101c.tar.gz scalelite-run-itzks-c68740cc86ee09df939e62a1fb8d5947094e101c.tar.bz2 scalelite-run-itzks-c68740cc86ee09df939e62a1fb8d5947094e101c.zip |
debug challenges on initialization
Diffstat (limited to 'dotenv')
-rw-r--r-- | dotenv | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -21,3 +21,7 @@ ### Optional for postgres when using docker-compose # POSTGRES_USER= # POSTGRES_PASSWORD= +# +### Optional for init-letsencrypt.sh when using certbot for generating signed SSL certificates +#LETSENCRYPT_EMAIL= +#LETSENCRYPT_STAGING=0 # Set to 1 if you're testing your setup to avoid hitting request limits |