Skip to content

Commit

Permalink
chore(web): Remove translation manager feature flag (novuhq#5696)
Browse files Browse the repository at this point in the history
  • Loading branch information
rifont authored Jun 7, 2024
1 parent 988dd19 commit dea24fd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker/enterprise/docker-compose.enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ services:
NEW_RELIC_APP_NAME: ${NEW_RELIC_APP_NAME}
NEW_RELIC_LICENSE_KEY: ${NEW_RELIC_LICENSE_KEY}
API_CONTEXT_PATH: ${API_CONTEXT_PATH}
IS_TRANSLATION_MANAGER_ENABLED: 'true'
NOVU_ENTERPRISE: 'true'
ports:
- '3000:3000'
Expand Down Expand Up @@ -100,7 +99,6 @@ services:
NEW_RELIC_LICENSE_KEY: ${NEW_RELIC_LICENSE_KEY}
BROADCAST_QUEUE_CHUNK_SIZE: ${BROADCAST_QUEUE_CHUNK_SIZE}
MULTICAST_QUEUE_CHUNK_SIZE: ${MULTICAST_QUEUE_CHUNK_SIZE}
IS_TRANSLATION_MANAGER_ENABLED: 'true'
NOVU_ENTERPRISE: 'true'
ws:
image: 'ghcr.io/novuhq/novu/ws-ee:prod'
Expand Down

0 comments on commit dea24fd

Please sign in to comment.