From d586116d368c6e918cfb8716cd7c22b028560010 Mon Sep 17 00:00:00 2001 From: egelhaus <156946629+egelhaus@users.noreply.github.com> Date: Mon, 10 Mar 2025 10:28:06 +0100 Subject: [PATCH] Aktualisieren von .env.example --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index f07d666a..79c4d3c5 100644 --- a/.env.example +++ b/.env.example @@ -5,7 +5,7 @@ DATABASE_URL="postgresql://postiz-user:postiz-password@localhost:5432/postiz-db- REDIS_URL="redis://localhost:6379" JWT_SECRET="random string for your JWT secret, make it long" -# === This needs to be exactly the URL you're accessing Postiz on. +# === This needs to be exactly the URL you're accessing Postiz on FRONTEND_URL="http://localhost:4200" NEXT_PUBLIC_BACKEND_URL="http://localhost:3000" BACKEND_INTERNAL_URL="http://localhost:3000"