12345678910111213141516171819202122 |
- [server]
- HttpPort = 9000
- RunMode = debug
- JwtSecret =
- Email =
- HTTPChallengePort = 9180
- StartCmd = login
- Database = database
- CADir =
- Demo =
- GithubProxy =
- NginxConfigDir =
- [nginx_log]
- AccessLogPath = /var/log/nginx/access.log
- ErrorLogPath = /var/log/nginx/error.log
- [openai]
- Model =
- BaseUrl =
- Proxy =
- Token =
|