Use internal backend URL for frontend server runtime
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user