Aktualisieren von .env.example

This commit is contained in:
egelhaus 2025-03-10 10:28:06 +01:00 committed by GitHub
parent eafe43b316
commit d586116d36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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"