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