feat 配置文件
This commit is contained in:
parent
84456dbb6a
commit
1b953779ae
@ -12,7 +12,7 @@ dubbo:
|
|||||||
protocols:
|
protocols:
|
||||||
triple: #triple
|
triple: #triple
|
||||||
name: tri
|
name: tri
|
||||||
port: 20004
|
port: 20015
|
||||||
provider:
|
provider:
|
||||||
services:
|
services:
|
||||||
ArtistProvider:
|
ArtistProvider:
|
||||||
|
@ -1,18 +0,0 @@
|
|||||||
# endorseService Info
|
|
||||||
# testNet addrs
|
|
||||||
endorseServiceHost: "39.156.69.83:37100"
|
|
||||||
complianceCheck:
|
|
||||||
# 是否需要进行合规性背书
|
|
||||||
isNeedComplianceCheck: false
|
|
||||||
# 是否需要支付合规性背书费用
|
|
||||||
isNeedComplianceCheckFee: false
|
|
||||||
# 合规性背书费用
|
|
||||||
complianceCheckEndorseServiceFee: 400
|
|
||||||
# 支付合规性背书费用的收款地址
|
|
||||||
complianceCheckEndorseServiceFeeAddr: aB2hpHnTBDxko3UoP2BpBZRujwhdcAFoT
|
|
||||||
# 如果通过合规性检查,签发认证签名的地址
|
|
||||||
complianceCheckEndorseServiceAddr: jknGxa6eyum1JrATWvSJKW3thJ9GKHA9n
|
|
||||||
#创建平行链所需要的最低费用
|
|
||||||
minNewChainAmount: "100"
|
|
||||||
crypto: "xchain"
|
|
||||||
txVersion: 1
|
|
@ -1,18 +0,0 @@
|
|||||||
# endorseService Info
|
|
||||||
# testNet addrs
|
|
||||||
endorseServiceHost: "14.215.179.74:37101"
|
|
||||||
complianceCheck:
|
|
||||||
# 是否需要进行合规性背书
|
|
||||||
isNeedComplianceCheck: true
|
|
||||||
# 是否需要支付合规性背书费用
|
|
||||||
isNeedComplianceCheckFee: true
|
|
||||||
# 合规性背书费用
|
|
||||||
complianceCheckEndorseServiceFee: 100
|
|
||||||
# 支付合规性背书费用的收款地址
|
|
||||||
complianceCheckEndorseServiceFeeAddr: cHvBK1TTB52GYtVxHK7HnW8N9RTqkN99R
|
|
||||||
# 如果通过合规性检查,签发认证签名的地址
|
|
||||||
complianceCheckEndorseServiceAddr: XDxkpQkfLwG6h56e896f3vBHhuN5g6M9u
|
|
||||||
#创建平行链所需要的最低费用
|
|
||||||
minNewChainAmount: "100"
|
|
||||||
crypto: "xchain"
|
|
||||||
txVersion: 1
|
|
@ -1,18 +0,0 @@
|
|||||||
# endorseService Info
|
|
||||||
# testNet addrs
|
|
||||||
# endorseServiceHost: "120.48.24.223:37101"
|
|
||||||
endorseServiceHost: "127.0.0.1:37101"
|
|
||||||
complianceCheck:
|
|
||||||
# 是否需要进行合规性背书
|
|
||||||
isNeedComplianceCheck: false
|
|
||||||
# 是否需要支付合规性背书费用
|
|
||||||
isNeedComplianceCheckFee: false
|
|
||||||
# 合规性背书费用
|
|
||||||
complianceCheckEndorseServiceFee: 400
|
|
||||||
# 支付合规性背书费用的收款地址
|
|
||||||
complianceCheckEndorseServiceFeeAddr: WwLgfAatHyKx2mCJruRaML4oVf7Chzp42
|
|
||||||
# 如果通过合规性检查,签发认证签名的地址
|
|
||||||
complianceCheckEndorseServiceAddr: WwLgfAatHyKx2mCJruRaML4oVf7Chzp42
|
|
||||||
#创建平行链所需要的最低费用
|
|
||||||
minNewChainAmount: "100"
|
|
||||||
crypto: "xchain"
|
|
@ -3,15 +3,15 @@ mode = prod #正式prod #测试dev
|
|||||||
|
|
||||||
[mysql]
|
[mysql]
|
||||||
Db = mysql
|
Db = mysql
|
||||||
DbHost = 192.168.1.35
|
DbHost = mysql
|
||||||
DbPort = 9005
|
DbPort = 3306
|
||||||
DbUser = root
|
DbUser = fonchain
|
||||||
DbPassWord = sLl0b7stlbwvZ883TV
|
DbPassWord = C250PflXIWv2SQm
|
||||||
DbArtist = artist
|
DbName = artistmgmt
|
||||||
|
|
||||||
[redis]
|
[redis]
|
||||||
RedisDB = 2
|
RedisDB = 2
|
||||||
RedisAddr = 192.168.1.35:6379
|
RedisAddr = redis:6379
|
||||||
RedisPW =
|
RedisPW =
|
||||||
RedisDBNAme =
|
RedisDBNAme =
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ dubbo:
|
|||||||
protocols:
|
protocols:
|
||||||
triple: #triple
|
triple: #triple
|
||||||
name: tri
|
name: tri
|
||||||
port: 20004
|
port: 20015
|
||||||
provider:
|
provider:
|
||||||
services:
|
services:
|
||||||
ArtistProvider:
|
ArtistProvider:
|
||||||
|
@ -1,18 +0,0 @@
|
|||||||
# endorseService Info
|
|
||||||
# testNet addrs
|
|
||||||
endorseServiceHost: "39.156.69.83:37100"
|
|
||||||
complianceCheck:
|
|
||||||
# 是否需要进行合规性背书
|
|
||||||
isNeedComplianceCheck: false
|
|
||||||
# 是否需要支付合规性背书费用
|
|
||||||
isNeedComplianceCheckFee: false
|
|
||||||
# 合规性背书费用
|
|
||||||
complianceCheckEndorseServiceFee: 400
|
|
||||||
# 支付合规性背书费用的收款地址
|
|
||||||
complianceCheckEndorseServiceFeeAddr: aB2hpHnTBDxko3UoP2BpBZRujwhdcAFoT
|
|
||||||
# 如果通过合规性检查,签发认证签名的地址
|
|
||||||
complianceCheckEndorseServiceAddr: jknGxa6eyum1JrATWvSJKW3thJ9GKHA9n
|
|
||||||
#创建平行链所需要的最低费用
|
|
||||||
minNewChainAmount: "100"
|
|
||||||
crypto: "xchain"
|
|
||||||
txVersion: 1
|
|
@ -1,18 +0,0 @@
|
|||||||
# endorseService Info
|
|
||||||
# testNet addrs
|
|
||||||
endorseServiceHost: "14.215.179.74:37101"
|
|
||||||
complianceCheck:
|
|
||||||
# 是否需要进行合规性背书
|
|
||||||
isNeedComplianceCheck: true
|
|
||||||
# 是否需要支付合规性背书费用
|
|
||||||
isNeedComplianceCheckFee: true
|
|
||||||
# 合规性背书费用
|
|
||||||
complianceCheckEndorseServiceFee: 100
|
|
||||||
# 支付合规性背书费用的收款地址
|
|
||||||
complianceCheckEndorseServiceFeeAddr: cHvBK1TTB52GYtVxHK7HnW8N9RTqkN99R
|
|
||||||
# 如果通过合规性检查,签发认证签名的地址
|
|
||||||
complianceCheckEndorseServiceAddr: XDxkpQkfLwG6h56e896f3vBHhuN5g6M9u
|
|
||||||
#创建平行链所需要的最低费用
|
|
||||||
minNewChainAmount: "100"
|
|
||||||
crypto: "xchain"
|
|
||||||
txVersion: 1
|
|
@ -1,18 +0,0 @@
|
|||||||
# endorseService Info
|
|
||||||
# testNet addrs
|
|
||||||
# endorseServiceHost: "120.48.24.223:37101"
|
|
||||||
endorseServiceHost: "127.0.0.1:37101"
|
|
||||||
complianceCheck:
|
|
||||||
# 是否需要进行合规性背书
|
|
||||||
isNeedComplianceCheck: false
|
|
||||||
# 是否需要支付合规性背书费用
|
|
||||||
isNeedComplianceCheckFee: false
|
|
||||||
# 合规性背书费用
|
|
||||||
complianceCheckEndorseServiceFee: 400
|
|
||||||
# 支付合规性背书费用的收款地址
|
|
||||||
complianceCheckEndorseServiceFeeAddr: WwLgfAatHyKx2mCJruRaML4oVf7Chzp42
|
|
||||||
# 如果通过合规性检查,签发认证签名的地址
|
|
||||||
complianceCheckEndorseServiceAddr: WwLgfAatHyKx2mCJruRaML4oVf7Chzp42
|
|
||||||
#创建平行链所需要的最低费用
|
|
||||||
minNewChainAmount: "100"
|
|
||||||
crypto: "xchain"
|
|
@ -3,11 +3,11 @@ mode = dev #正式prod #测试dev
|
|||||||
|
|
||||||
[mysql]
|
[mysql]
|
||||||
Db = mysql
|
Db = mysql
|
||||||
DbHost = 172.16.100.99 #214
|
DbHost = 121.229.45.214
|
||||||
DbPort = 9007
|
DbPort = 9007
|
||||||
DbUser = artuser
|
DbUser = artuser
|
||||||
DbPassWord = "C250PflXIWv2SQm8"
|
DbPassWord = "C250PflXIWv2SQm8"
|
||||||
DbArtist = artist
|
DbName = artistmgmt
|
||||||
|
|
||||||
[redis]
|
[redis]
|
||||||
RedisDB = 2
|
RedisDB = 2
|
||||||
|
@ -16,21 +16,12 @@ dubbo:
|
|||||||
triple: #triple
|
triple: #triple
|
||||||
name: tri
|
name: tri
|
||||||
# ip: 121.229.45.214
|
# ip: 121.229.45.214
|
||||||
port: 20004
|
port: 20015
|
||||||
provider:
|
provider:
|
||||||
services:
|
services:
|
||||||
ArtistProvider:
|
ArtistProvider:
|
||||||
interface: com.fontree.microservices.common.Artist
|
interface: com.fontree.microservices.common.Artist
|
||||||
retries: 0
|
retries: 0
|
||||||
filter: tps
|
|
||||||
# token: "dubbo"
|
|
||||||
# application: "1234"
|
|
||||||
tps.limiter: method-service
|
|
||||||
tps.limit.strategy: fixedWindow
|
|
||||||
tps.limit.rejected.handler: DefaultValueHandler
|
|
||||||
tps.limit.interval: 1000
|
|
||||||
tps.limit.rate: 3
|
|
||||||
warmup: 100 #预热时间
|
|
||||||
logger:
|
logger:
|
||||||
zap-config:
|
zap-config:
|
||||||
level: info # 日志级别
|
level: info # 日志级别
|
||||||
|
@ -1,18 +0,0 @@
|
|||||||
# endorseService Info
|
|
||||||
# testNet addrs
|
|
||||||
endorseServiceHost: "39.156.69.83:37100"
|
|
||||||
complianceCheck:
|
|
||||||
# 是否需要进行合规性背书
|
|
||||||
isNeedComplianceCheck: false
|
|
||||||
# 是否需要支付合规性背书费用
|
|
||||||
isNeedComplianceCheckFee: false
|
|
||||||
# 合规性背书费用
|
|
||||||
complianceCheckEndorseServiceFee: 400
|
|
||||||
# 支付合规性背书费用的收款地址
|
|
||||||
complianceCheckEndorseServiceFeeAddr: aB2hpHnTBDxko3UoP2BpBZRujwhdcAFoT
|
|
||||||
# 如果通过合规性检查,签发认证签名的地址
|
|
||||||
complianceCheckEndorseServiceAddr: jknGxa6eyum1JrATWvSJKW3thJ9GKHA9n
|
|
||||||
#创建平行链所需要的最低费用
|
|
||||||
minNewChainAmount: "100"
|
|
||||||
crypto: "xchain"
|
|
||||||
txVersion: 1
|
|
@ -1,18 +0,0 @@
|
|||||||
# endorseService Info
|
|
||||||
# testNet addrs
|
|
||||||
endorseServiceHost: "14.215.179.74:37101"
|
|
||||||
complianceCheck:
|
|
||||||
# 是否需要进行合规性背书
|
|
||||||
isNeedComplianceCheck: true
|
|
||||||
# 是否需要支付合规性背书费用
|
|
||||||
isNeedComplianceCheckFee: true
|
|
||||||
# 合规性背书费用
|
|
||||||
complianceCheckEndorseServiceFee: 100
|
|
||||||
# 支付合规性背书费用的收款地址
|
|
||||||
complianceCheckEndorseServiceFeeAddr: cHvBK1TTB52GYtVxHK7HnW8N9RTqkN99R
|
|
||||||
# 如果通过合规性检查,签发认证签名的地址
|
|
||||||
complianceCheckEndorseServiceAddr: XDxkpQkfLwG6h56e896f3vBHhuN5g6M9u
|
|
||||||
#创建平行链所需要的最低费用
|
|
||||||
minNewChainAmount: "100"
|
|
||||||
crypto: "xchain"
|
|
||||||
txVersion: 1
|
|
@ -1,18 +0,0 @@
|
|||||||
# endorseService Info
|
|
||||||
# testNet addrs
|
|
||||||
# endorseServiceHost: "120.48.24.223:37101"
|
|
||||||
endorseServiceHost: "127.0.0.1:37101"
|
|
||||||
complianceCheck:
|
|
||||||
# 是否需要进行合规性背书
|
|
||||||
isNeedComplianceCheck: false
|
|
||||||
# 是否需要支付合规性背书费用
|
|
||||||
isNeedComplianceCheckFee: false
|
|
||||||
# 合规性背书费用
|
|
||||||
complianceCheckEndorseServiceFee: 400
|
|
||||||
# 支付合规性背书费用的收款地址
|
|
||||||
complianceCheckEndorseServiceFeeAddr: WwLgfAatHyKx2mCJruRaML4oVf7Chzp42
|
|
||||||
# 如果通过合规性检查,签发认证签名的地址
|
|
||||||
complianceCheckEndorseServiceAddr: WwLgfAatHyKx2mCJruRaML4oVf7Chzp42
|
|
||||||
#创建平行链所需要的最低费用
|
|
||||||
minNewChainAmount: "100"
|
|
||||||
crypto: "xchain"
|
|
Loading…
Reference in New Issue
Block a user