Skip to content

Commit 61706ac

Browse files
committed
update endpoint urls
1 parent 640a012 commit 61706ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
167167
# Create a new API client that uses custom authentication and service endpoints
168168
config = Configuration(
169169
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",
170+
custom_token_endpoint="https://service-account.api.stackit.cloud/token",
171+
custom_endpoint="https://iaas.api.eu01.stackit.cloud",
172172
)
173173
client = DefaultApi(config)
174174

0 commit comments

Comments
 (0)