Skip to content

Commit d1ae104

Browse files
authored
fix: ACNA-3375 - update cli to use Deploy Service for audit logging (#865)
1 parent f7e29b7 commit d1ae104

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/lib/audit-logger.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ const OPERATIONS = {
1717
}
1818

1919
const AUDIT_SERVICE_ENDPOINTS = {
20-
stage: process.env.AUDIT_SERVICE_ENDPOINT_STAGE ?? 'https://adp-auditlog-service-stage.adobeioruntime.net/api/v1/web/audit-log-api/event-post',
21-
prod: process.env.AUDIT_SERVICE_ENDPOINT_PROD ?? 'https://adp-auditlog-service-prod.adobeioruntime.net/api/v1/web/audit-log-api/event-post'
20+
stage: process.env.AUDIT_SERVICE_ENDPOINT_STAGE ?? 'https://deploy-service.stg.app-builder.corp.adp.adobe.io/audit-log-api/event-post',
21+
prod: process.env.AUDIT_SERVICE_ENDPOINT_PROD ?? 'https://deploy-service.app-builder.adp.adobe.io/audit-log-api/event-post'
2222
}
2323

2424
/**

0 commit comments

Comments
 (0)