We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 640a012 commit 61706acCopy full SHA for 61706ac
README.md
@@ -167,8 +167,8 @@ project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
167
# Create a new API client that uses custom authentication and service endpoints
168
config = Configuration(
169
service_account_key_path="/home/bob/.stackit/sa_key.json",
170
- custom_token_endpoint="https://service-account.api.qa.stackit.cloud/token",
171
- custom_endpoint="https://iaas.api.eu01.qa.stackit.cloud",
+ custom_token_endpoint="https://service-account.api.stackit.cloud/token",
+ custom_endpoint="https://iaas.api.eu01.stackit.cloud",
172
)
173
client = DefaultApi(config)
174
0 commit comments