35 lines
1.2 KiB
Properties
35 lines
1.2 KiB
Properties
server.port=8087
|
|
spring.application.name=yo-campaign
|
|
spring.jackson.time-zone=GMT+8
|
|
spring.jackson.serialization.write-dates-as-timestamps=true
|
|
spring.jackson.serialization.fail-on-empty-beans=false
|
|
|
|
tigon.query-service.scan.page-size=512
|
|
|
|
# Datasource
|
|
yo.datasource.url=jdbc:mysql://localhost/yoqw?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useLegacyDatetimeCode=false&serverTimezone=Asia/Shanghai
|
|
yo.datasource.username=yoqw
|
|
yo.datasource.password=yoqw_query!
|
|
|
|
# Datasource FreeSWITCH
|
|
yo.fs.datasource.url=jdbc:mysql://localhost/fs_dev?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useLegacyDatetimeCode=false&serverTimezone=Asia/Shanghai
|
|
yo.fs.datasource.username=freeswitch
|
|
yo.fs.datasource.password=RR!h5IpirsnJ
|
|
|
|
# Redis
|
|
spring.redis.host=localhost
|
|
spring.redis.port=6379
|
|
spring.redis.password=123456
|
|
|
|
# Dubbo
|
|
|
|
## Dubbo Registry
|
|
dubbo.registry.address=zookeeper://localhost:2181
|
|
dubbo.registry.file=${user.home}/dubbo-cache/${spring.application.name}/dubbo.cache
|
|
yo.fsagent.dubbo.service.version=1.0.0
|
|
|
|
# Calling List
|
|
yo.campaign.feign.calling-list.base-url=http://localhost:8093/callinglist
|
|
yo.campaign.feign.calling-list.channel=dx-hzqw
|
|
|