|
@@ -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.username=root
|
|
spring.datasource.password=root
|
|
spring.datasource.password=root
|
|
|
|
|
|
@@ -7,7 +7,7 @@ spring.redis.host=127.0.0.1
|
|
spring.redis.port=6379
|
|
spring.redis.port=6379
|
|
|
|
|
|
spring.jpa.show-sql=true
|
|
spring.jpa.show-sql=true
|
|
-eureka.client.serviceUrl.defaultZone=http://localhost:1111/eureka/
|
|
|
|
|
|
+eureka.client.serviceUrl.defaultZone=http://eureka-host:1111/eureka/
|
|
|
|
|
|
$croe.basic.resource.schoolLogoPath=/home/qmth/project/examcloud/static/logo
|
|
$croe.basic.resource.schoolLogoPath=/home/qmth/project/examcloud/static/logo
|
|
|
|
|