Use internal backend URL for frontend server runtime

This commit is contained in:
2026-05-11 14:54:25 +07:00
parent 9e8f4fabcb
commit 9864d3f033
7 changed files with 16 additions and 4 deletions

View File

@ -11,6 +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
INTERNAL_API_URL=http://127.0.0.1:3001/api
NEXT_PUBLIC_API_URL=http://localhost:3000/backend-api
MAIL_HOST=mail.example.com
MAIL_PORT=465