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 0821e57 commit a01a183Copy full SHA for a01a183
src/main/resources/application.yaml
@@ -294,10 +294,10 @@ darts:
294
295
version5-2:
296
authentication:
297
- auth-base-url: ${ARM_AUTH_URL}
+ auth-base-url: ${ARM_AUTH_URL:}
298
token-path: /account/token
299
api:
300
- api-base-url: ${ARM_API_URL}
+ api-base-url: ${ARM_API_URL:}
301
available-entitlement-profiles-path: /v1/availableEntitlementProfiles
302
select-entitlement-profile-path: /v1/selectEntitlementProfile/{profile_id}
303
update-metadata-path: /v3/UpdateMetadata
0 commit comments