This website requires JavaScript.
Explore
Help
Sign In
wanglei
/
AuthPlatform
Watch
1
Star
0
Fork
0
You've already forked AuthPlatform
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
bbd56036b7
AuthPlatform
/
conf
/
auth
/
auth.conf
4 lines
100 B
Plaintext
Raw
Normal View
History
Unescape
Escape
增加需要使用的配置文件
2025-10-29 17:32:33 +08:00
#API接口文件
修改系统名称,修改配置文件错误,增加登录验证相关逻辑
2025-10-29 23:54:17 +08:00
location /api/auth {
将文件目录修改为全局配置
2025-10-30 20:37:03 +08:00
content_by_lua_file '${APP_PATH}/src/api/auth/auth.lua';
增加需要使用的配置文件
2025-10-29 17:32:33 +08:00
}
Reference in New Issue
Copy Permalink