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