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 Oct 28, 2021. It is now read-only.
Every integrations application includes a local-run/env.sh.sample that helps running the app locally; AGENT_HOST is one of the environment variables that are defined, pointing against the Foundation Developer Pod.
Right now the AGENT_HOST is defined as foundation-dev-api.symphony.com (the address previously used), whereas it should be foundation-dev.symphony.com (currently used).
Every integrations application includes a
local-run/env.sh.samplethat helps running the app locally;AGENT_HOSTis one of the environment variables that are defined, pointing against the Foundation Developer Pod.Right now the
AGENT_HOSTis defined asfoundation-dev-api.symphony.com(the address previously used), whereas it should befoundation-dev.symphony.com(currently used).Example on App-Integrations-Zapier - https://github.com/symphonyoss/App-Integrations-Zapier/blob/dev/local-run/env.sh.sample#L11