Separate frontend app API from backend API in production

This commit is contained in:
2026-05-11 14:21:18 +07:00
parent 23dd37424a
commit 9e8f4fabcb
4 changed files with 44 additions and 12 deletions

View File

@ -11,7 +11,7 @@ WEBHOOK_VERIFY_TOKEN=replace-with-32-plus-char-random-token
WEBHOOK_SHARED_SECRET=replace-with-32-plus-char-random-secret
META_WEBHOOK_APP_SECRET=
WEBHOOK_ALLOW_UNSIGNED=false
NEXT_PUBLIC_API_URL=http://localhost:3001/api
NEXT_PUBLIC_API_URL=http://localhost:3000/backend-api
MAIL_HOST=mail.example.com
MAIL_PORT=465
MAIL_SECURE=true