Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
4rthem committed Dec 10, 2024
1 parent 97d0e68 commit e6204f7
Show file tree
Hide file tree
Showing 46 changed files with 2,441 additions and 2,730 deletions.
3 changes: 1 addition & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ DATABOX_INDEXER_URL=https://databox-indexer.${PHRASEA_DOMAIN}${HTTPS_PORT_PREFIX

DATABOX_WORKER_REPLICAS=1
EXPOSE_WORKER_REPLICAS=1
NOTIFY_WORKER_REPLICAS=1
UPLOADER_WORKER_REPLICAS=1

REPORT_API_URL=http://report-api
Expand Down Expand Up @@ -153,7 +152,6 @@ AUTH_DB_NAME=auth

DATABOX_DB_NAME=databox
EXPOSE_DB_NAME=expose
NOTIFY_DB_NAME=notify
UPLOADER_DB_NAME=uploader

MARIADB_ROOT_PASSWORD=__CHANGE_ME_9s0EQbeEn0EQbQC1
Expand Down Expand Up @@ -286,6 +284,7 @@ SOKETI_SECRET=__CHANGE_ME_A8PRgk5qpfLxkfLU
NOVU_VERSION=2.1.0

NOVU_APPLICATION_IDENTIFIER=
NOVU_SUBSCRIBER_ID=
NOVU_API_HOST=api-novu.${PHRASEA_DOMAIN}${HTTPS_PORT_PREFIX}
NOVU_API_URL="${NOVU_API_URL:-https://${NOVU_API_HOST}}"
NOVU_DASHBOARD_URL=https://novu.${PHRASEA_DOMAIN}${HTTPS_PORT_PREFIX}
Expand Down
5 changes: 5 additions & 0 deletions bin/dev/sync-novu.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

. bin/vars.sh

docker compose exec novu-bridge pnpm sync
1 change: 0 additions & 1 deletion dashboard/client/config-compiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
'KEYCLOAK_URL',
'MAILHOG_URL',
'MATOMO_URL',
'NOTIFY_API_URL',
'PGADMIN_URL',
'PHPMYADMIN_URL',
'RABBITMQ_CONSOLE_URL',
Expand Down
1 change: 0 additions & 1 deletion dashboard/client/src/Dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export default function Dashboard({}: Props) {
DATABOX_API_URL,
EXPOSE_API_URL,
UPLOADER_API_URL,
NOTIFY_API_URL,
DATABOX_CLIENT_URL,
EXPOSE_CLIENT_URL,
UPLOADER_CLIENT_URL,
Expand Down
1 change: 0 additions & 1 deletion dashboard/client/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ declare global {
EXPOSE_CLIENT_URL: string;
MAILHOG_URL: string;
MATOMO_URL: string;
NOTIFY_API_URL: string;
PGADMIN_URL: string;
PHPMYADMIN_URL: string;
RABBITMQ_CONSOLE_URL: string;
Expand Down
Loading

0 comments on commit e6204f7

Please sign in to comment.