Commit b0b21ccb8d3764080fc3ef8efcf87e5556e3f56a
1 parent
261c8790c2
Exists in
master
and in
6 other branches
短信保存
Showing 2 changed files with 20 additions and 20 deletions
platform-msg-generate/src/main/resources/config.properties
View file @
b0b21cc
| ... | ... | @@ -4,10 +4,10 @@ |
| 4 | 4 | |
| 5 | 5 | #AMS地址 线上:http://data.api.healthbaby.com.cn/v1/messages 测试:http://data.api.stage.healthbaby.com.cn/v1/messages |
| 6 | 6 | #演示地址 https://stage-rp-data-api.healthbaby.com.cn/v1/messages |
| 7 | -data_url=http://data.api.healthbaby.com.cn/v1/messages | |
| 7 | +data_url=http://data.api.stage.healthbaby.com.cn/v1/messages | |
| 8 | 8 | |
| 9 | 9 | |
| 10 | -ams_url=http://ams.api.healthbaby.com.cn | |
| 10 | +ams_url=http://ams.api.stage.healthbaby.com.cn | |
| 11 | 11 | |
| 12 | 12 | #短信当天发送时间 如16:00 |
| 13 | 13 | send_time=16:00 |
platform-msg-generate/src/main/resources/database.properties
View file @
b0b21cc
| 1 | 1 | maindata.driver=com.mysql.jdbc.Driver |
| 2 | -maindata.jdbcurl=jdbc:mysql://119.90.43.68:3307/platform?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8 | |
| 3 | -maindata.username=platform | |
| 4 | -maindata.password=platform123 | |
| 2 | +#maindata.jdbcurl=jdbc:mysql://119.90.43.68:3307/platform?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8 | |
| 3 | +#maindata.username=platform | |
| 4 | +#maindata.password=platform123 | |
| 5 | +# | |
| 6 | +# | |
| 7 | +#mongo.db.host=119.90.43.68 | |
| 8 | +#mongo.db.port=27019 | |
| 9 | +#mongo.db.dbname=platform | |
| 10 | +#mongo.db.username=platform | |
| 11 | +#mongo.db.password=platform123 | |
| 5 | 12 | |
| 6 | 13 | |
| 7 | -mongo.db.host=119.90.43.68 | |
| 8 | -mongo.db.port=27019 | |
| 9 | -mongo.db.dbname=platform | |
| 10 | -mongo.db.username=platform | |
| 11 | -mongo.db.password=platform123 | |
| 12 | 14 | |
| 15 | +maindata.jdbcurl=${mysql.jdbcurl} | |
| 16 | +maindata.username=${mysql.db.name} | |
| 17 | +maindata.password=${mysql.db.password} | |
| 13 | 18 | |
| 14 | 19 | |
| 15 | -#maindata.jdbcurl=${mysql.jdbcurl} | |
| 16 | -#maindata.username=${mysql.db.name} | |
| 17 | -#maindata.password=${mysql.db.password} | |
| 18 | - | |
| 19 | - | |
| 20 | -#mongo.db.host=${mongo.db.host} | |
| 21 | -#mongo.db.port=${mongo.db.port} | |
| 22 | -#mongo.db.dbname=${mongo.db.dbname} | |
| 23 | -#mongo.db.username=${mongo.db.username} | |
| 24 | -#mongo.db.password=${mongo.db.password} | |
| 20 | +mongo.db.host=${mongo.db.host} | |
| 21 | +mongo.db.port=${mongo.db.port} | |
| 22 | +mongo.db.dbname=${mongo.db.dbname} | |
| 23 | +mongo.db.username=${mongo.db.username} | |
| 24 | +mongo.db.password=${mongo.db.password} | |
| 25 | 25 | |
| 26 | 26 | mongo.connectionsPerHost=8 |
| 27 | 27 | mongo.threadsAllowedToBlockForConnectionMultiplier=4 |