|
@@ -29,7 +29,7 @@ spring:
|
|
|
|
|
|
kafka:
|
|
|
producer:
|
|
|
- bootstrap-servers: ${public.kafka.default.brokers}
|
|
|
+ bootstrap-servers: 172.21.1.177:9092
|
|
|
key-serializer: org.apache.kafka.common.serialization.StringSerializer
|
|
|
value-serializer: org.apache.kafka.common.serialization.ByteArraySerializer
|
|
|
|
|
@@ -46,7 +46,7 @@ spring:
|
|
|
stream:
|
|
|
kafka:
|
|
|
binder:
|
|
|
- brokers: ${public.kafka.default.brokers}
|
|
|
+ brokers: 172.21.1.177:9092
|
|
|
auto-create-topics: false
|
|
|
bindings:
|
|
|
common-vip-change-output:
|
|
@@ -133,31 +133,13 @@ pomplog:
|
|
|
|
|
|
bus:
|
|
|
bootstrap:
|
|
|
- servers: ${public.kafka.default.brokers}
|
|
|
+ servers: 172.21.1.177:9092
|
|
|
|
|
|
# sysconfig.properties
|
|
|
# 导出纸质券生成二维码所用密钥
|
|
|
qrCodeKey: SHf2eJck0IdfIiWYwn5BapkOXNcPV10t #固定值
|
|
|
isReciveAliyunDyplsMessage: false
|
|
|
|
|
|
-# fastdfs 已废弃
|
|
|
-fastdfs:
|
|
|
- public:
|
|
|
- connect_timeout: 2
|
|
|
- network_timeout: 30
|
|
|
- charset: ISO8859-1
|
|
|
- tracker_http_port: 8089
|
|
|
- anti_steal_token: false
|
|
|
- secret_key: FastDFS1234567890
|
|
|
- tracker_server: 172.18.193.56:22122
|
|
|
- private:
|
|
|
- connect_timeout: 2
|
|
|
- network_timeout: 30
|
|
|
- charset: ISO8859-1
|
|
|
- tracker_http_port: 8089
|
|
|
- anti_steal_token: no
|
|
|
- secret_key: FastDFS1234567890
|
|
|
- tracker_server: 172.18.193.56:22122
|
|
|
|
|
|
#true正常验证码,false验证码为9999
|
|
|
useValidatecode: ${public.isValidateCode}
|
|
@@ -165,12 +147,12 @@ useValidatecode: ${public.isValidateCode}
|
|
|
|
|
|
logging:
|
|
|
level:
|
|
|
- org.springframework: WARN
|
|
|
+ org.springframework: DEBUG
|
|
|
cn.akeparking.zbcloud: DEBUG
|
|
|
cn.akeparking.pomp: DEBUG
|
|
|
org.spring.springboot.dao: DEBUG
|
|
|
com.ake: DEBUG
|
|
|
- cn.akeparking.pomp.service.monthTicket.impl: INFO
|
|
|
+ cn.akeparking.pomp.service.monthTicket.impl: DEBUG
|
|
|
|
|
|
prms:
|
|
|
domain: https://prms.yidianting.xin
|