mirror of
https://gitlab.com/mobicoop/v3/service/matcher.git
synced 2026-01-01 05:52:40 +00:00
Remove most of the geography module and delegate it to external gRPC microservice
This commit is contained in:
@@ -10,6 +10,7 @@ import { MESSAGE_PUBLISHER } from '@modules/messager/messager.di-tokens';
|
||||
import { HealthModuleOptions } from '@mobicoop/health-module/dist/core/domain/types/health.types';
|
||||
import { MessagePublisherPort } from '@mobicoop/ddd-library';
|
||||
import { GeographyModule } from '@modules/geography/geography.module';
|
||||
import producerServicesConfig from './config/producer-services.config';
|
||||
import {
|
||||
HEALTH_AD_REPOSITORY,
|
||||
HEALTH_CRITICAL_LOGGING_KEY,
|
||||
@@ -18,7 +19,7 @@ import {
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
ConfigModule.forRoot({ isGlobal: true }),
|
||||
ConfigModule.forRoot({ isGlobal: true, load: [producerServicesConfig] }),
|
||||
EventEmitterModule.forRoot(),
|
||||
RequestContextModule,
|
||||
HealthModule.forRootAsync({
|
||||
|
||||
Reference in New Issue
Block a user