完成数据库敏感信息的加密
This commit is contained in:
@ -147,9 +147,12 @@ sqlite:
|
||||
file: 'next-terminal.db'
|
||||
server:
|
||||
addr: 0.0.0.0:8088
|
||||
# 当设置下面两个参数时会自动开启https模式
|
||||
# 当设置下面两个参数时会自动开启https模式(前提是证书文件存在)
|
||||
# cert: /root/next-terminal/cert.pem
|
||||
# key: /root/next-terminal/key.pem
|
||||
|
||||
# 授权凭证和资产的密码,密钥等敏感信息加密的key,默认`next-terminal`
|
||||
#encryption-key: next-terminal
|
||||
```
|
||||
|
||||
启动
|
||||
|
Reference in New Issue
Block a user