From c2f5d1007ae745d6fbaece20fd7731df74551970 Mon Sep 17 00:00:00 2001 From: zhangyuan Date: Fri, 16 Dec 2022 17:37:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=98=E5=8E=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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: