修改dev目录下的配置文件
This commit is contained in:
parent
c828806dc6
commit
9dfa65e030
@ -7,7 +7,7 @@ DbHost = 127.0.0.1
|
|||||||
DbPort = 3306
|
DbPort = 3306
|
||||||
DbUser = dyb
|
DbUser = dyb
|
||||||
DbPassWord = rootdyb
|
DbPassWord = rootdyb
|
||||||
DbArtist = artist
|
DbArtist = artistmgmtDev
|
||||||
|
|
||||||
[redis]
|
[redis]
|
||||||
RedisDB = 2
|
RedisDB = 2
|
||||||
|
@ -15,18 +15,57 @@ dubbo:
|
|||||||
port: 20050
|
port: 20050
|
||||||
provider:
|
provider:
|
||||||
services:
|
services:
|
||||||
ArtistInfoProvider:
|
ArtistInfoUserProvider:
|
||||||
|
interface: com.fontree.microservices.common.ArtistInfoUser
|
||||||
|
retries: 100
|
||||||
|
ArtistInfoArtworkProvider:
|
||||||
|
interface: com.fontree.microservices.common.ArtistInfoArtwork
|
||||||
|
retries: 100
|
||||||
|
ArtistInfoArtshowProvider:
|
||||||
|
interface: com.fontree.microservices.common.ArtistInfoArtshow
|
||||||
|
retries: 100
|
||||||
|
#ContractProvider:
|
||||||
|
# interface: com.fontree.microservices.common.Contract
|
||||||
|
# retries: 0
|
||||||
|
#ArtWorkProvider:
|
||||||
|
# interface: com.fontree.microservices.common.ArtWork
|
||||||
|
# retries: 0
|
||||||
|
#SupplyProvider:
|
||||||
|
# interface: com.fontree.microservices.common.Supply
|
||||||
|
# retries: 0
|
||||||
|
consumer:
|
||||||
|
request-timeout: 120s
|
||||||
|
references:
|
||||||
|
AccountClientImpl:
|
||||||
|
protocol: tri
|
||||||
|
interface: com.fontree.microservices.common.Account
|
||||||
|
filter: cshutdown,sign,fonDomainFilter,fonValidateFilter
|
||||||
|
params:
|
||||||
|
.accessKeyId: "Accountksl"
|
||||||
|
.secretAccessKey: "BSDY-FDF1-Fontree_account"
|
||||||
|
ArtistClientImpl:
|
||||||
|
protocol: tri
|
||||||
|
interface: com.fontree.microservices.common.Artist
|
||||||
|
ArtistInfoClientImpl:
|
||||||
|
protocol: tri
|
||||||
interface: com.fontree.microservices.common.ArtistInfo
|
interface: com.fontree.microservices.common.ArtistInfo
|
||||||
retries: 0
|
ContractClientImpl:
|
||||||
ContractProvider:
|
timeout: 15s
|
||||||
interface: com.fontree.microservices.common.Contract
|
protocol: tri
|
||||||
retries: 0
|
interface: com.fontree.microservices.common.contract
|
||||||
ArtWorkProvider:
|
filter: cshutdown,sign
|
||||||
interface: com.fontree.microservices.common.ArtWork
|
params:
|
||||||
retries: 0
|
.accessKeyId: "SYD8-Chain-04"
|
||||||
SupplyProvider:
|
.secretAccessKey: "Al-Chain-FDF112"
|
||||||
|
ArtworkClientImpl:
|
||||||
|
protocol: tri
|
||||||
|
interface: com.fontree.microservices.common.Artwork
|
||||||
|
ArtworkQueryClientImpl:
|
||||||
|
protocol: tri
|
||||||
|
interface: com.fontree.microservices.common.ArtworkQuery
|
||||||
|
SupplyClientImpl:
|
||||||
|
protocol: tri
|
||||||
interface: com.fontree.microservices.common.Supply
|
interface: com.fontree.microservices.common.Supply
|
||||||
retries: 0
|
|
||||||
logger:
|
logger:
|
||||||
zap-config:
|
zap-config:
|
||||||
level: info # 日志级别
|
level: info # 日志级别
|
||||||
|
Loading…
Reference in New Issue
Block a user