We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
E.g. HARMONY_URL envvar which allows setting to UAT Harmony.
HARMONY_URL
The text was updated successfully, but these errors were encountered:
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.
HARMONY_ENV
Sorry, something went wrong.
No branches or pull requests
E.g.
HARMONY_URL
envvar which allows setting to UAT Harmony.The text was updated successfully, but these errors were encountered: