Change .env.example to an simpler Version.

This commit is contained in:
Enno Gelhaus 2025-01-30 21:28:57 +01:00
parent 97e1581f19
commit 3efdaf6243
1 changed files with 3 additions and 1 deletions

View File

@ -1,9 +1,11 @@
# Configuration reference: http://docs.postiz.com/configuration/reference
# === Required Settings
# === Required Settings
DATABASE_URL="postgresql://postiz-user:postiz-password@localhost:5432/postiz-db-local"
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.
FRONTEND_URL="http://localhost:4200"
NEXT_PUBLIC_BACKEND_URL="http://localhost:3000"
BACKEND_INTERNAL_URL="http://localhost:3000"