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