wangwei 6 years ago
parent
commit
96efcfa0f2

+ 1 - 1
examcloud-core-basic-starter/src/main/resources/application-dev.properties

@@ -2,7 +2,7 @@ spring.datasource.url=jdbc:mysql://db-host:3306/exam_cloud_kf?useUnicode=true&ch
 spring.datasource.username=root
 spring.datasource.username=root
 spring.datasource.password=root
 spring.datasource.password=root
 
 
-spring.redis.host=192.168.10.30
+spring.redis.host=redis-host
 spring.redis.port=6379
 spring.redis.port=6379
 
 
 eureka.client.serviceUrl.defaultZone=http://eureka-host:1111/eureka/
 eureka.client.serviceUrl.defaultZone=http://eureka-host:1111/eureka/