-
Notifications
You must be signed in to change notification settings - Fork 1
prod setup in CLI #103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prod setup in CLI #103
Conversation
Co-authored-by: Anirudh Warrier <12178754+anirudhwarrier@users.noreply.github.com>
CRE_CLI_CLIENT_ID: vMqPqJ3ApbeN8jNeA42Dn4UxbkfhQQkW | ||
CRE_CLI_AUDIENCE: https://api.cre.chain.link/ | ||
CRE_CLI_GRAPHQL_URL: https://api.cre.chain.link/graphql | ||
CRE_VAULT_DON_GATEWAY_URL: https://cre-gateway-one-zone-a.main.stage.cldev.sh/ # TODO update |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
01.gateway.zone-a.cre.chain.link
CRE_CLI_CLIENT_ID: vMqPqJ3ApbeN8jNeA42Dn4UxbkfhQQkW | ||
CRE_CLI_AUDIENCE: https://api.cre.chain.link/ | ||
CRE_CLI_GRAPHQL_URL: https://api.cre.chain.link/graphql | ||
CRE_VAULT_DON_GATEWAY_URL: https://cre-gateway-one-zone-a.main.stage.cldev.sh/ # TODO update |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Per @MStreet3 it is https://01.gateway.zone-a.cre.chain.link
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the production UI url?
PRODUCTION: | ||
CRE_CLI_AUTH_BASE: https://login.chain.link | ||
CRE_CLI_CLIENT_ID: vMqPqJ3ApbeN8jNeA42Dn4UxbkfhQQkW | ||
CRE_CLI_AUDIENCE: https://api.cre.chain.link/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the backslash is a pain, some fields require backslash while others fail with it. We should have a better strategy to avoid frictions cc @anirudhwarrier @timothyF95
No description provided.