Skip to content

Commit

Permalink
Merge branch 'prod' into feature/HDX-10249-implement-mixpanel-tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
ccataalin authored Oct 28, 2024
2 parents ce502f7 + 2ebd12a commit 41d6c59
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1246,6 +1246,7 @@ organization-stats-scripts:
output: ckanext-hdx_theme/%(version)s_organization-stats-scripts.js
extra:
preload:
- hdx_theme/ckan
- hdx_theme/organization-stats-styles
contents:
- organization_/stats.js
Expand Down
1 change: 1 addition & 0 deletions docker/prod.ini.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ hdx.change_detection.layer_url = http://${HDX_GEOPREVIEW_API}/api/create-change-

# HDX Notification Platform
hdx.notifications.novu.api_key = ${HDX_NOVU_API_KEY}
hdx.notifications.enabled_datasets_csv = ${HDX_ENABLED_DATASETS_CSV}

## Logging configuration
[loggers]
Expand Down
2 changes: 2 additions & 0 deletions docker/run_unit
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

[ -z "$BEAKER_SECRET" ] && export BEAKER_SECRET="ankhs7PHSoJLZ42Lr2901rlfa"

[ -z "$HDX_ENABLED_DATASETS_CSV" ] && export HDX_ENABLED_DATASETS_CSV="https://docs.google.com/spreadsheets/d/e/2PACX-1vSsBSUTM3f9olyhVFDcAh-tXV63wlOtvsXukQIHTLiLCfbGJC8osDDaEqzoUVs2B0kgYMrkyVkihvVm/pub?gid=0&single=true&output=csv"

# provide mailchimp defaults (mailchimp is enabled in common config)
export HDX_MAILCHIMP_API_KEY=${HDX_MAILCHIMP_API_KEY:-ccc-fake}
export HDX_MAILCHIMP_INTEREST_DATA_SERVICES=${HDX_MAILCHIMP_INTEREST_DATA_SERVICES:-90c34fef41}
Expand Down
2 changes: 1 addition & 1 deletion hdx-dependency-deploy-config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ HDX_QAINGEST_URL=https://gallery.ecr.aws/unocha/hdx-jp-sw-qa-ingest/
HDX_QAINGEST_TAG=0.1.3

HDX_NOTIFICATION_URL=https://gallery.ecr.aws/unocha/hdx-jp-sw-notification-platform
HDX_NOTIFICATION_TAG=0.1.2
HDX_NOTIFICATION_TAG=0.1.4

HDX_PCODE_URL=https://gallery.ecr.aws/unocha/hdx-jp-sw-pcode/
HDX_PCODE_TAG=0.1.10
Expand Down

0 comments on commit 41d6c59

Please sign in to comment.