Harden production deployment workflow

This commit is contained in:
Codex
2026-04-28 01:09:17 +08:00
parent c8ccaa9925
commit 46a72f815e
23 changed files with 243 additions and 21 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
# Next.js
NEXT_PUBLIC_SITE_URL=http://localhost:3000
NEXT_PUBLIC_SITE_URL=https://www.eversolo.com
# Payload
PAYLOAD_SECRET=replace-me-with-a-long-random-string
DATABASE_URI=postgres://postgres:postgres@localhost:5432/eversoloweb
PAYLOAD_DB_PUSH=false
PAYLOAD_RUN_MIGRATIONS_ON_START=false