From 77dbb85286de0ec52d8144bb7c89483c2909a07e Mon Sep 17 00:00:00 2001
From: houruijun <411269194@kidgrow.com>
Date: Tue, 21 Jul 2020 15:31:14 +0800
Subject: [PATCH] Merge branch 'dev' of http://192.168.2.240:7070/r/kidgrow-microservices-platform into dev

---
 kidgrow-config/src/main/resources/application-dev.properties |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/kidgrow-config/src/main/resources/application-dev.properties b/kidgrow-config/src/main/resources/application-dev.properties
index 9466bc1..d95fee5 100644
--- a/kidgrow-config/src/main/resources/application-dev.properties
+++ b/kidgrow-config/src/main/resources/application-dev.properties
@@ -9,6 +9,7 @@
 # \u662F\u5426\u5F00\u542FRedis\u7F13\u5B58  true\u5F00\u542F   false \u5173\u95ED
 spring.redis.open=true
 spring.redis.host=192.168.2.240
+#spring.redis.host=127.0.0.1
 spring.redis.port=6379
 spring.redis.password=kidgrow
 spring.redis.timeout=5000
@@ -18,7 +19,7 @@
 kidgrow.druid.loginpwd=123456
 
 #eureka \u6CE8\u518C\u4E2D\u5FC3Url
-kidgrow.eureka.client.serviceUrl.defaultZone=http://192.168.2.240:9001/eureka/
+kidgrow.eureka.client.serviceUrl.defaultZone=http://127.0.0.1:9001/eureka/
 kidgrow.eureka.instance.hostname=127.0.0.1
 ##eureka client\u53D1\u9001\u5FC3\u8DF3\u7ED9server\u7AEF\u7684\u9891\u7387
 eureka.instance.lease-renewal-interval-in-seconds=30
@@ -51,4 +52,7 @@
 kidgrow.audit-log.datasource.driver-class-name=com.mysql.jdbc.Driver
 kidgrow.audit-log.datasource.jdbc-url=jdbc:mysql://${kidgrow.datasource.ip}:3306/logger_center?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false&zeroDateTimeBehavior=convertToNull&serverTimezone=Asia/Shanghai
 kidgrow.audit-log.datasource.username=${kidgrow.datasource.username}
-kidgrow.audit-log.datasource.password=${kidgrow.datasource.password}
\ No newline at end of file
+kidgrow.audit-log.datasource.password=${kidgrow.datasource.password}
+
+##  appUrl \u9759\u6001\u6587\u4EF6\u4E0A\u4F20\u8DEF\u5F84
+appUrl=http://192.168.2.240/upload/
\ No newline at end of file

--
Gitblit v1.8.0