feat: refine admin workflows and deployment packaging
This commit is contained in:
@@ -10,3 +10,13 @@ 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
|
||||
|
||||
# SMTP notifications
|
||||
SMTP_HOST=
|
||||
SMTP_PORT=2525
|
||||
SMTP_SECURE=false
|
||||
SMTP_USER=
|
||||
SMTP_PASS=
|
||||
SMTP_FROM="Eversolo Website <postmaster@mg.zidoo.tv>"
|
||||
AFTER_SERVICE_NOTIFY_EMAIL=service@eversolo.com
|
||||
SALES_NOTIFY_EMAIL=sales@eversolo.com
|
||||
|
||||
Reference in New Issue
Block a user