Skip to content
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

Support custom back-end url #594

Open
mfisher87 opened this issue Aug 29, 2024 · 1 comment
Open

Support custom back-end url #594

mfisher87 opened this issue Aug 29, 2024 · 1 comment

Comments

@mfisher87
Copy link
Member

E.g. HARMONY_URL envvar which allows setting to UAT Harmony.

@trey-stafford
Copy link
Contributor

We're now planning on using harmony-py, which does support using UAT. See the Client docs for info. Something like this would work in the code:

harmony_client = Client(env=Environment.UAT)

Instead of HARMONY_URL the envvar could be e.g., HARMONY_ENV which would map to an environment supported by the harmony client.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants