feat: refine admin workflows and deployment packaging

This commit is contained in:
Codex
2026-05-11 14:19:29 +08:00
parent 4e226e7eda
commit 8529276a6f
86 changed files with 3240 additions and 598 deletions
+10
View File
@@ -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