Commit d01b5d11 by guo_minglei@163.com

添加私钥地址

parent c6d93145
...@@ -24,3 +24,8 @@ spring: ...@@ -24,3 +24,8 @@ spring:
port: 6379 port: 6379
password: password:
authentication:
user:
header-name: token
expire: 43200 # 外部token有效期为12小时
pub-key: client/pub.key # 解密
\ No newline at end of file
...@@ -25,4 +25,6 @@ spring: ...@@ -25,4 +25,6 @@ spring:
password: password:
authentication: authentication:
user: user:
pub-key: "huangfu" header-name: token
expire: 43200 # 外部token有效期为12小时
pub-key: client/pub.key # 解密
\ No newline at end of file
...@@ -24,3 +24,9 @@ spring: ...@@ -24,3 +24,9 @@ spring:
host: ${Redis_IP} host: ${Redis_IP}
port: ${Redis_port} port: ${Redis_port}
password: password:
authentication:
user:
header-name: token
expire: 43200 # 外部token有效期为12小时
pub-key: client/pub.key # 解密
\ No newline at end of file
...@@ -24,3 +24,9 @@ spring: ...@@ -24,3 +24,9 @@ spring:
host: ${Redis_IP} host: ${Redis_IP}
port: ${Redis_port} port: ${Redis_port}
password: password:
authentication:
user:
header-name: token
expire: 43200 # 外部token有效期为12小时
pub-key: client/pub.key # 解密
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment