Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

sugo-code/api-gateway

Repository files navigation

auth-proxy

Routes requests to the appropriate services

Environment variables

PORT : app port (eg. 3000)

DATA_API_URL : data api url (eg. http://localhost:3001)
AUTH_API_URL : auth api url (eg. http://localhost:3002)
REALTIME_API_URL : realtime api url (eg. http://localhost:3003)