|
@@ -1,4 +1,4 @@
|
|
|
-spring.datasource.url=jdbc:mysql://localhost:3306/exam_cloud_test?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
|
+spring.datasource.url=jdbc:mysql://db-host:3306/exam_cloud_test?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
|
spring.datasource.username=root
|
|
|
spring.datasource.password=root
|
|
|
|
|
@@ -6,9 +6,9 @@ spring.datasource.password=root
|
|
|
spring.redis.host=192.168.10.30
|
|
|
spring.redis.port=6379
|
|
|
|
|
|
-eureka.client.serviceUrl.defaultZone=http://localhost:8761/eureka/
|
|
|
+eureka.client.serviceUrl.defaultZone=http://eureka-host:8761/eureka/
|
|
|
|
|
|
-spring.rabbitmq.host=192.168.10.30
|
|
|
+spring.rabbitmq.host=rabbitmq-host
|
|
|
spring.rabbitmq.port=5672
|
|
|
spring.rabbitmq.username=examcloud
|
|
|
spring.rabbitmq.password=examcloud
|