diff --git a/.env.example b/.env.example index c36c95fc..d1144f66 100644 --- a/.env.example +++ b/.env.example @@ -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"