parent
cf25ac0581
commit
a664687b6e
|
|
@ -13,11 +13,16 @@ spring:
|
||||||
# password:
|
# password:
|
||||||
# hikari:
|
# hikari:
|
||||||
# driver-class-name: org.h2.Driver
|
# driver-class-name: org.h2.Driver
|
||||||
url: jdbc:postgresql://192.168.0.123:5434/ailt_test
|
# url: jdbc:postgresql://192.168.0.123:5434/ailt_test
|
||||||
username: postgres
|
# username: postgres
|
||||||
password: mysecretpassword
|
# password: mysecretpassword
|
||||||
|
# hikari:
|
||||||
|
# driver-class-name: org.postgresql.Driver
|
||||||
|
url: jdbc:mariadb://mariadb:3306/yx
|
||||||
|
username: root
|
||||||
|
password: test000000
|
||||||
hikari:
|
hikari:
|
||||||
driver-class-name: org.postgresql.Driver
|
driver-class-name: org.mariadb.jdbc.Driver
|
||||||
jackson:
|
jackson:
|
||||||
date-format: yyyy-MM-dd HH:mm:ss
|
date-format: yyyy-MM-dd HH:mm:ss
|
||||||
time-zone: Asia/Shanghai
|
time-zone: Asia/Shanghai
|
||||||
|
|
@ -91,39 +96,4 @@ logging:
|
||||||
# org.mybatis.dynamic.sql: debug
|
# org.mybatis.dynamic.sql: debug
|
||||||
# jj.tech.dcang: debug
|
# jj.tech.dcang: debug
|
||||||
|
|
||||||
#bcn
|
|
||||||
### Required, node's {ip:port} to connect.
|
|
||||||
system:
|
|
||||||
peers: 192.168.0.182:20200
|
|
||||||
### Required
|
|
||||||
groupId: 1
|
|
||||||
### Optional. Default will search conf,config,src/main/conf/src/main/config
|
|
||||||
certPath: conf,src/main/resources/conf
|
|
||||||
### Optional. If don't specify a random private key will be used
|
|
||||||
hexPrivateKey: '1691470a2db307363b2d25a2de8f3348e739bee932d7efc609dd1b7b78f480c7'
|
|
||||||
### 用户公钥地址信息
|
|
||||||
publicKeyAddress: '0x43d2f05ca21eb30b4012899acdf13d38b787fc1c'
|
|
||||||
### Optional. Please fill this address if you want to use related service
|
|
||||||
contract:
|
|
||||||
applicationAddress: '0x74c0c720a965a15a19384a1f6be249994329510b'
|
|
||||||
### Optional. Please fill this address if you want to use related service
|
|
||||||
fileAddress: '0xbb94784e4e8b06653a8072c5f9c0a0b0a3be1192'
|
|
||||||
### Optional. Please fill this address if you want to use related service
|
|
||||||
archivesFileAddress: '0x56974c5e1afdecdd8a035a256b7b3b4940511858'
|
|
||||||
### Optional. Please fill this address if you want to use related service
|
|
||||||
catalogAddress: '0x1587fc5d869ea68301d5be2caa95151e13ea7958'
|
|
||||||
### Optional. Please fill this address if you want to use related service
|
|
||||||
providerAddress: '0x6e7fdb736e80cee520255023dd5e7ebc5d33c6b4'
|
|
||||||
readingRecordAddress: '0xc4efa9e1bacb544244160179f30cedd82e0ee459'
|
|
||||||
decryptionRecordAddress: '0x17fdec8759ce0d28777bcd11f246cd1f6a90aa2b'
|
|
||||||
downloadRecordAddress: '0x9d7bd35d96a9cdadfaf9f8472958e06d563d190c'
|
|
||||||
certRecordAddress: '0xdf6cd7f667e0f9df5358015ea2f55c04d286c1d1'
|
|
||||||
|
|
||||||
|
|
||||||
weibai:
|
|
||||||
appKey: SZTD00898
|
|
||||||
appSecret: 16E58F6750C246818FBD84EAEF3FC998
|
|
||||||
getSortTreeUrl: http://api.weepal.cn/EAMS-XAPI/api/v1/sztd/getSortTree
|
|
||||||
getCatalogUrl: http://api.weepal.cn/EAMS-XAPI/api/v1/sztd/getCatalog
|
|
||||||
getAnnexUrl: http://api.weepal.cn/EAMS-XAPI/api/v1/sztd/getAnnex
|
|
||||||
getSortSubUrl: http://api.weepal.cn/EAMS-XAPI/api/v1/sztd/getSortSub
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ server: #服务端口
|
||||||
##spring----------
|
##spring----------
|
||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
name: ailt
|
name: yx
|
||||||
profiles:
|
profiles:
|
||||||
active: dev
|
active: dev
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user