Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
4rthem committed Dec 3, 2024
1 parent 7109396 commit d4ae07a
Show file tree
Hide file tree
Showing 16 changed files with 436 additions and 250 deletions.
3 changes: 2 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,8 @@ SOKETI_SECRET=__CHANGE_ME_A8PRgk5qpfLxkfLU

NOVU_VERSION=2.1.0

NOVU_API_URL=https://api-novu.${PHRASEA_DOMAIN}${HTTPS_PORT_PREFIX}
NOVU_API_HOST=api-novu.${PHRASEA_DOMAIN}${HTTPS_PORT_PREFIX}
NOVU_API_URL="${NOVU_API_URL:-https://${NOVU_API_HOST}}"
NOVU_FRONT_URL=https://novu.${PHRASEA_DOMAIN}${HTTPS_PORT_PREFIX}
NOVU_WS_URL=https://ws-novu.${PHRASEA_DOMAIN}${HTTPS_PORT_PREFIX}

Expand Down
4 changes: 0 additions & 4 deletions databox/api/.env
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,3 @@ SECRETS_SECRET_KEY=
###> sentry/sentry-symfony ###
SENTRY_DSN=
###< sentry/sentry-symfony ###

###> symfony/novu-notifier ###
NOVU_DSN=novu://API_KEY@default
###< symfony/novu-notifier ###
2 changes: 0 additions & 2 deletions databox/api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,6 @@
"symfony/framework-bundle": "^6.3",
"symfony/lock": "^6.3",
"symfony/mime": "^6.3",
"symfony/notifier": "^6.3",
"symfony/novu-notifier": "^6.3",
"symfony/property-access": "^6.3",
"symfony/property-info": "^6.3",
"symfony/psr-http-message-bridge": "^2.3",
Expand Down
Loading

0 comments on commit d4ae07a

Please sign in to comment.