From 5932b8c2cd3536475e7abf90dc8bc7ebab899f46 Mon Sep 17 00:00:00 2001 From: Djalim Simaila Date: Fri, 3 Apr 2026 10:30:48 +0200 Subject: [PATCH] docs(env): add postgres env variables --- env.template | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/env.template b/env.template index 34b3fdc..fbfd38e 100644 --- a/env.template +++ b/env.template @@ -1,2 +1,8 @@ #Local mode, set to true to access admin pages with any users LOCAL=false + +POSTGRES_HOST = db +POSTGRES_PORT = 5432 +POSTGRES_PASS = astrongpass +POSTGRES_USER = postgres +POSTGRES_DB = polympr