From 620ab4e3d79a698f46d73ee21ddab9a99dc37c1c Mon Sep 17 00:00:00 2001 From: knoflook Date: Tue, 26 Sep 2023 16:43:57 +0200 Subject: [PATCH] add to .envrc.sample --- .envrc.sample | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.envrc.sample b/.envrc.sample index 2397d6c..5d58849 100644 --- a/.envrc.sample +++ b/.envrc.sample @@ -10,6 +10,8 @@ export DOCKER_CONTEXT=$SERVER_NAME # or this: #export AWS_SECRET_ACCESS_KEY_FILE=s3 #export AWS_ACCESS_KEY_ID=easter-october-emphatic-tug-urgent-customer +# or this: +#export HTTPS_PASSWORD_FILE=/run/secrets/https_password # optionally limit subset of services for testing #export SERVICES_OVERRIDE="ghost_domain_tld_app ghost_domain_tld_db"