From b00f59d54a22f2aad21a948bb466a63816f8db26 Mon Sep 17 00:00:00 2001 From: Philip Henning Date: Mon, 25 Nov 2024 08:30:05 +0100 Subject: [PATCH] fix Postgres Database variable name --- env.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.template b/env.template index e806898..ba5e2ca 100644 --- a/env.template +++ b/env.template @@ -37,7 +37,7 @@ GEOIPUPDATE_ACCOUNT_ID=765001 # PostgreSQL configuration PG_USER=authentik -POSTGRES_DB=authentik +PG_DB=authentik # Nginx configuration