Skip to content

Commit

Permalink
Merge branch 'main' into CU-86c19daeq_Add-validations-for-openhim-config
Browse files Browse the repository at this point in the history
  • Loading branch information
brett-onions committed Dec 10, 2024
2 parents 6d47091 + 4b29f8f commit ac92d06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/openhim/openhim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export const setupMediator = async () => {
});

emitter.on('config', async (config: any) => {
logger.debug('Received new configs from OpenHIM');
const mediatorConfig = {
config: {
minio_buckets_registry: config.minio_buckets_registry,
Expand Down

0 comments on commit ac92d06

Please sign in to comment.