From 6b0195e5a1804329c9cbedea03efdae0262ba5b4 Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 15 Oct 2024 10:04:29 +0200 Subject: [PATCH] update .env comment --- .env.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.sample b/.env.sample index 4f0fa34..7f516fd 100644 --- a/.env.sample +++ b/.env.sample @@ -2,7 +2,7 @@ TYPE=authentik TIMEOUT=900 ENABLE_AUTO_UPDATE=true POST_DEPLOY_CMDS="worker set_admin_pass" -# POST_DEPLOY_CMDS="worker set_admin_pass|worker apply_blueprints|worker add_applications" +# Example values for post deploy cmds: "worker set_admin_pass|worker apply_blueprints|worker add_applications" LETS_ENCRYPT_ENV=production DOMAIN=authentik.example.com