mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-19 03:54:19 +00:00
feat: 用户账户系统
This commit is contained in:
@@ -92,6 +92,11 @@
|
||||
},
|
||||
"port": {
|
||||
"type": "integer"
|
||||
},
|
||||
"jwt-expire": {
|
||||
"type": "integer",
|
||||
"title": "JWT 过期时间",
|
||||
"description": "单位:秒"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -15,7 +15,8 @@
|
||||
"http-api": {
|
||||
"enable": true,
|
||||
"host": "0.0.0.0",
|
||||
"port": 5300
|
||||
"port": 5300,
|
||||
"jwt-expire": 604800
|
||||
},
|
||||
"persistence": {
|
||||
"sqlite": {
|
||||
|
||||
Reference in New Issue
Block a user