测试环境配置
This commit is contained in:
parent
b28bf89498
commit
c8641cc88b
@ -13,29 +13,18 @@ spring:
|
||||
strict: false #严格匹配数据源,默认false. true未匹配到指定数据源时抛异常,false使用默认数据源
|
||||
datasource:
|
||||
nft:
|
||||
url: jdbc:mysql://10.0.0.2:3306/digitalcenter_test?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true
|
||||
username: nft
|
||||
password: nft
|
||||
url: jdbc:mysql://bj-cynosdbmysql-grp-anccz88g.sql.tencentcdb.com:24808/smd_uthmeta_test?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true
|
||||
username: root
|
||||
password: Cpop2022@
|
||||
wxnft:
|
||||
url: jdbc:mysql://bj-cynosdbmysql-grp-anccz88g.sql.tencentcdb.com:24808/wx_uthmeta?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true
|
||||
username: root
|
||||
password: Cpop2022@
|
||||
# redis:
|
||||
# host: 10.0.0.5
|
||||
# port: 6379
|
||||
# database: 9
|
||||
# lettuce:
|
||||
# pool:
|
||||
# timeout: 2s
|
||||
# max-active: 300
|
||||
# max-wait: 60s
|
||||
# max-idle: 200
|
||||
# min-idle: 5
|
||||
redis:
|
||||
host: 10.0.0.5
|
||||
port: 6379
|
||||
# password: Cpop2022@
|
||||
database: 4
|
||||
host: gz-crs-lv77ii2t.sql.tencentcdb.com
|
||||
port: 27714
|
||||
password: Cpop2022@
|
||||
database: 9
|
||||
lettuce:
|
||||
pool:
|
||||
timeout: 2s
|
||||
|
||||
@ -9,7 +9,7 @@ spring:
|
||||
pathmatch:
|
||||
matching-strategy: ANT_PATH_MATCHER
|
||||
profiles:
|
||||
active: dev
|
||||
active: test
|
||||
|
||||
mybatis-plus:
|
||||
configuration:
|
||||
@ -41,6 +41,7 @@ cpop:
|
||||
- /v2/api-docs-ext
|
||||
- /webjars/**
|
||||
- /activity/simple/**
|
||||
- /nft/browser/**
|
||||
jwt:
|
||||
security-key: 5681061ce61f8694852443dcf9b9a2f3
|
||||
subject: nft
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user