Harden production deployment workflow
This commit is contained in:
+3
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user