- Node.js >= 12.0.0
NODE_ENV(string): "development" or "production" environmentHOST(string): IP address or domain name on which this process is running (including protocol and port)PORT(number): Port number to run the serverUSER_MANAGER_ADDRESS(string): Address of user-managerWATCH_MANAGER_ADDRESS(string): Address of watch-managerSCHEDULER_ADDRESS(string): Address of schedulerCRAWLER_ADDRESS(string): Address of crawlerNOTIFICATION_SERVICE_ADDRESS(string): Address of notification-serviceFB_APP_ID(string): Facebook app IDFB_APP_SECRET(string): Facebook app secretJWT_SECRET(string): JWT secret
Authenticate with Facebook
Callback after authenticating with Facebook. Redirect to
/dashboardon success, to/loginon failure.
Proxy to user-manager
Proxy to watch-manager
Proxy to scheduler
Proxy to crawler
Proxy to notification-service