You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 21, 2020. It is now read-only.
Is your enhancement request related to a problem? Please describe.
Configuring too many env variables is making the deployment process hard. So reducing all possible env variables.
Describe the solution you'd like
Getting backend domain from request cookies
Generated default values for WORKERS_API_DOMAIN, CRONS_API_DOMAIN, INTERATIONS_API_DOMAIN, ENGAGES_API_DOMAIN, LOGGER_DOMAIN based on MAIN_APP_DOMAIN like following
Is your enhancement request related to a problem? Please describe.
Configuring too many env variables is making the deployment process hard. So reducing all possible env variables.
Describe the solution you'd like
Getting backend domain from request cookies
Generated default values for
WORKERS_API_DOMAIN, CRONS_API_DOMAIN, INTERATIONS_API_DOMAIN, ENGAGES_API_DOMAIN, LOGGER_DOMAINbased on MAIN_APP_DOMAIN like following${MAIN_APP_DOMAIN}/integrations