From 601c13012c3d0ed4cbf6bc37ab577c1f9346be8f Mon Sep 17 00:00:00 2001 From: patrickzerhusen Date: Sat, 25 Apr 2026 12:11:31 +0200 Subject: [PATCH] updated env.example --- .env.example | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.env.example b/.env.example index 755543a..6fd670d 100644 --- a/.env.example +++ b/.env.example @@ -3,8 +3,6 @@ POSTGRES_HOSTNAME=postgres_host POSTGRES_PORT=postgres_port POSTGRES_DB=postgres_database POSTGRES_USER=postgres_user -POSTGRES_PASSWORD=xxxx - -ADMIN_PASSWORD=xxxxx - +POSTGRES_PASSWORD= +ADMIN_PASSWORD= MUNICIPALITY_SLUG=lohne \ No newline at end of file