You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
465 B
13 lines
465 B
# jwt 密钥
|
|
jwt.key=wenhuayun_token_
|
|
# redis配置信息
|
|
|
|
# 用户认证
|
|
user.pem.prikey.path=/conf/cert/user_real/private_key.pem
|
|
user.pem.pubkey.path=/conf/cert/user_real/public_key.pem
|
|
# 委托系统
|
|
entrust.pem.prikey.path=/conf/cert/entrust/private_key.pem
|
|
entrust.pem.pubkey.path=/conf/cert/entrust/public_key.pem
|
|
#资源下载
|
|
distribute。pem.prikey.path=/conf/cert/distribute/private_key.pem
|
|
distribute.pem.pubkey.path=/conf/cert/distribute/public_key.pem
|