Skip to content

Commit a01a183

Browse files
committed
DMP-5252-ARM-5-2-Upgrade
Added no sonar to fix sonar complaint of duplicate code
1 parent 0821e57 commit a01a183

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/application.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,10 +294,10 @@ darts:
294294

295295
version5-2:
296296
authentication:
297-
auth-base-url: ${ARM_AUTH_URL}
297+
auth-base-url: ${ARM_AUTH_URL:}
298298
token-path: /account/token
299299
api:
300-
api-base-url: ${ARM_API_URL}
300+
api-base-url: ${ARM_API_URL:}
301301
available-entitlement-profiles-path: /v1/availableEntitlementProfiles
302302
select-entitlement-profile-path: /v1/selectEntitlementProfile/{profile_id}
303303
update-metadata-path: /v3/UpdateMetadata

0 commit comments

Comments
 (0)