update 优化 调整配置文件语法

This commit is contained in:
疯狂的狮子Li
2024-05-10 17:47:08 +08:00
parent fa8d66e914
commit 0cc44a8618
3 changed files with 2 additions and 14 deletions

View File

@@ -21,7 +21,7 @@ user:
# 密码锁定时间默认10分钟
lockTime: 10
--- # 三方授权
# 三方授权
justauth:
# 前端外网访问地址
address: http://localhost:80

View File

@@ -10,7 +10,7 @@ store.mode=db
store.lock.mode=db
store.session.mode=db
#Used for password encryption
store.publicKey=
#store.publicKey=
#These configurations are required if the `store mode` is `db`. If `store.mode,store.lock.mode,store.session.mode` are not equal to `db`, you can remove the configuration block.
store.db.datasource=hikari