Skip to content

Commit

Permalink
Revert "Nv 2906 remove the is topic notification enabled feature flag (
Browse files Browse the repository at this point in the history
…#5493)"

This reverts commit 531ba2d.
  • Loading branch information
denis-kralj-novu committed May 7, 2024
1 parent 3793bff commit f71b693
Show file tree
Hide file tree
Showing 26 changed files with 967 additions and 44 deletions.
3 changes: 1 addition & 2 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,6 @@
".env.development",
".env.local",
".env.production",
".env.test",
".example.env",
".env.test"
]
}
1 change: 1 addition & 0 deletions apps/api/src/.env.development
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ LOGGING_LEVEL=info
VERCEL_REDIRECT_URI=https://dev.web.novu.co/auth/login
VERCEL_BASE_URL=https://api.vercel.com

IS_TOPIC_NOTIFICATION_ENABLED=true
FF_IS_DISTRIBUTED_LOCK_LOGGING_ENABLED=false
IS_TRANSLATION_MANAGER_ENABLED=false

Expand Down
1 change: 1 addition & 0 deletions apps/api/src/.env.production
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ LOGGING_LEVEL=info
VERCEL_REDIRECT_URI=https://web.novu.co/auth/login
VERCEL_BASE_URL=https://api.vercel.com

IS_TOPIC_NOTIFICATION_ENABLED=true
FF_IS_DISTRIBUTED_LOCK_LOGGING_ENABLED=false
IS_TRANSLATION_MANAGER_ENABLED=false

Expand Down
2 changes: 2 additions & 0 deletions apps/api/src/.env.test
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ VERCEL_CLIENT_SECRET=
VERCEL_REDIRECT_URI=http://127.0.0.1:4200/auth/login
VERCEL_BASE_URL=https://api.vercel.com

IS_TOPIC_NOTIFICATION_ENABLED=true

STORE_NOTIFICATION_CONTENT=true

MAX_NOVU_INTEGRATION_MAIL_REQUESTS=300
Expand Down
1 change: 1 addition & 0 deletions apps/api/src/.example.env
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ VERCEL_CLIENT_SECRET=
VERCEL_REDIRECT_URI=http://127.0.0.1:4200/auth/login
VERCEL_BASE_URL=https://api.vercel.com

IS_TOPIC_NOTIFICATION_ENABLED=true
IS_TRANSLATION_MANAGER_ENABLED=false

STORE_NOTIFICATION_CONTENT=true
Expand Down

0 comments on commit f71b693

Please sign in to comment.