feat: 完善签名服务配置和自动启动功能

- 修复config.py中auth配置读取路径问题
- 在main.py中添加uvicorn自动启动功能
- 禁用FastAPI文档页面增强安全性
- 使服务器端口和监听地址可配置
- 添加完整的配置验证和测试
This commit is contained in:
2025-11-14 19:18:45 +08:00
commit d5a5bf4caa
4 changed files with 68 additions and 0 deletions

3
requirements.txt Normal file
View File

@@ -0,0 +1,3 @@
fastapi
uvicorn[standard]
loguru