提交 03f75274 编写于 作者: F fengyongwei

修改环境配置

上级 bb4083eb
......@@ -2,11 +2,11 @@
spring.servlet.multipart.location=/tmp/education/
# elasticsearch
spring.data.elasticsearch.cluster-nodes=192.168.1.71:9300
spring.data.elasticsearch.cluster-nodes=localhost:9300
spring.data.elasticsearch.cluster-name=roncoo_cloud_elk
# redis
spring.redis.host=192.168.1.85
spring.redis.host=localhost
spring.redis.port=6379
spring.redis.password=RonCoo.123
spring.redis.database=7
......@@ -14,7 +14,7 @@ spring.redis.database=7
# zipkin
spring.zipkin.enabled=true
spring.zipkin.sender.type=web
spring.zipkin.base-url=http://192.168.1.75:5781/
spring.zipkin.base-url=http://localhost:9411/
spring.sleuth.sampler.percentage=1.0
# eureka
......
# 课程服务模块-测试环境
# mysql
spring.datasource.druid.url=jdbc:mysql://192.168.1.216:3306/education_course?useUnicode=true&characterEncoding=utf-8&useSSL=false
spring.datasource.druid.username=root
spring.datasource.druid.password=gydltxT9YkTxX/VesI6STMPgGceiVQWYIXXflALQguJgfNPK0UZXhDbPp0Plxlh/PuAvQ/7uc7OQwGHi6zjMbQ==
spring.datasource.druid.url=jdbc:mysql://localhost:3306/education_course?useUnicode=true&characterEncoding=utf-8&useSSL=false
spring.datasource.druid.username=roncoo
spring.datasource.druid.password=KDcTzNf1/D2R/cq0iUGAvMl+Praa9jqyvdF0YXiGmW1AOl1i7aOl2SeAV8kfpKxds07/qoYKmFrkZWYwhubThg==
spring.datasource.druid.filters=config
spring.datasource.druid.connection-properties=config.decrypt=true
......
# 用户服务模块-测试环境
# mysql
spring.datasource.druid.url=jdbc:mysql://192.168.1.216:3306/education_system?useUnicode=true&characterEncoding=utf-8&useSSL=false
spring.datasource.druid.username=root
spring.datasource.druid.password=gydltxT9YkTxX/VesI6STMPgGceiVQWYIXXflALQguJgfNPK0UZXhDbPp0Plxlh/PuAvQ/7uc7OQwGHi6zjMbQ==
spring.datasource.druid.url=jdbc:mysql://localhost:3306/education_system?useUnicode=true&characterEncoding=utf-8&useSSL=false
spring.datasource.druid.username=roncoo
spring.datasource.druid.password=KDcTzNf1/D2R/cq0iUGAvMl+Praa9jqyvdF0YXiGmW1AOl1i7aOl2SeAV8kfpKxds07/qoYKmFrkZWYwhubThg==
spring.datasource.druid.filters=config
spring.datasource.druid.connection-properties=config.decrypt=true
......
# 用户服务模块-测试环境
# mysql
spring.datasource.druid.url=jdbc:mysql://192.168.1.216:3306/education_user?useUnicode=true&characterEncoding=utf-8&useSSL=false
spring.datasource.druid.username=root
spring.datasource.druid.password=gydltxT9YkTxX/VesI6STMPgGceiVQWYIXXflALQguJgfNPK0UZXhDbPp0Plxlh/PuAvQ/7uc7OQwGHi6zjMbQ==
spring.datasource.druid.url=jdbc:mysql://localhost:3306/education_user?useUnicode=true&characterEncoding=utf-8&useSSL=false
spring.datasource.druid.username=roncoo
spring.datasource.druid.password=KDcTzNf1/D2R/cq0iUGAvMl+Praa9jqyvdF0YXiGmW1AOl1i7aOl2SeAV8kfpKxds07/qoYKmFrkZWYwhubThg==
spring.datasource.druid.filters=config
spring.datasource.druid.connection-properties=config.decrypt=true
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册