There was an error while loading. Please reload this page.
1 parent 420d6b9 commit 5bd0086Copy full SHA for 5bd0086
1 file changed
.env.example
@@ -1,3 +1,5 @@
1
DATABASE_URL=postgresql://user:password@localhost:5432/training_app
2
PAYLOAD_SECRET=your-long-random-secret-here
3
NEXT_PUBLIC_BASE_URL=http://localhost:3000
4
+# Optional: extra allowed CORS/CSRF origins, comma-separated (defaults to NEXT_PUBLIC_BASE_URL)
5
+# PAYLOAD_CORS=https://example.com,https://www.example.com
0 commit comments