Commit 764375be authored by 张 斌's avatar 张 斌

添加jian-men-guan的测试环境配置文件

parent 0f111030
########### mysql ###########
spring.datasource.url=jdbc:mysql://${DB_SERVICE_HOST}:${DB_SERVICE_PORT}/risk_control?useUnicode=true&characterEncoding=UTF8&autoReconnect=true
spring.datasource.username=${DB_SERVICE_USER}
spring.datasource.password=${DB_SERVICE_PASSWORD}
########### redis ###########
riskcontrol.redis.master.host=${REDIS_SERVICE_HOST}
riskcontrol.redis.master.port=${REDIS_SERVICE_PORT}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment