diff --git a/esua-epdc/epdc-module/epdc-events/epdc-events-server/src/main/resources/application.yml b/esua-epdc/epdc-module/epdc-events/epdc-events-server/src/main/resources/application.yml index 5a4698be1..9021f2ffa 100644 --- a/esua-epdc/epdc-module/epdc-events/epdc-events-server/src/main/resources/application.yml +++ b/esua-epdc/epdc-module/epdc-events/epdc-events-server/src/main/resources/application.yml @@ -61,12 +61,11 @@ spring: password: @spring.datasource.druid.password@ data: mongodb: - host: dds-m5e31db1fcc742341.mongodb.rds.aliyuncs.com - port: 3717 - username: root - password: 'Elink833066' - database: gis - authentication-database: admin + host: localhost + port: 27017 + username: test + password: '123' + database: test feign: hystrix: