Skip to content

Commit f89e43d

Browse files
committed
Remove local dev config
1 parent 92f33c0 commit f89e43d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Control/lib/kafka/enums/consumerGroups.enum.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
* @returns {Object} - the object containing the consumer groups
1717
*/
1818
exports.ConsumerGroups = Object.freeze({
19-
ENVIRONMENT: 'cog-environment-local',
19+
ENVIRONMENT: 'cog-environment',
2020
INTEGRATED_SERVICE: {
21-
DCS: 'cog-dcs-integrated-service-local',
22-
ODC: 'cog-odc-integrated-service-local',
21+
DCS: 'cog-dcs-integrated-service',
22+
ODC: 'cog-odc-integrated-service',
2323
},
24-
RUN: 'cog-run-local',
25-
TASK: 'cog-task-local',
24+
RUN: 'cog-run',
25+
TASK: 'cog-task',
2626
});

0 commit comments

Comments
 (0)