52 lines
1.0 KiB
YAML
52 lines
1.0 KiB
YAML
server:
|
|
port: 8088
|
|
|
|
spring:
|
|
main:
|
|
allow-circular-references: true
|
|
mvc:
|
|
pathmatch:
|
|
matching-strategy: ANT_PATH_MATCHER
|
|
profiles:
|
|
active: dev
|
|
|
|
mybatis-plus:
|
|
configuration:
|
|
log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
|
|
global-config:
|
|
db-config:
|
|
id-type: assign_id
|
|
logic-delete-field: deleted
|
|
type-enums-package: com.cpop.nftmeta.*.enums # 支持统配符 * 或者 ; 分割
|
|
|
|
knife4j:
|
|
# 开启增强配置
|
|
enable: true
|
|
|
|
cpop:
|
|
mq:
|
|
enable: true
|
|
|
|
nft:
|
|
balefm:
|
|
base-url: https://culturalchain.net
|
|
access-id:
|
|
access-key:
|
|
|
|
tencent:
|
|
cos:
|
|
domain: https://uthmeta-1300336827.cos.ap-guangzhou.myqcloud.com/
|
|
secretId: AKIDyoedR2NWYN0QgkigcVcbUFm5JLCrHXZO
|
|
secretKey: jIfIrHYebN4qQoIekePbhfbbWJ8qNwZ5
|
|
bucketName: uthmeta-1300336827
|
|
|
|
realname:
|
|
heshu:
|
|
account: zhongpushuyun
|
|
play-key: 39abb36c18454f7c817b9f50e84d7a2f
|
|
|
|
youzan:
|
|
app-id: 10001427
|
|
client-id: d22d60099293fc4a4f
|
|
client-secret: 7dd85b97af003f42f9d4028075072f88
|