12345678910111213141516171819202122232425262728293031 |
- [server]
- HttpPort = 9000
- RunMode = debug
- JwtSecret =
- Email =
- HTTPChallengePort = 9180
- StartCmd = login
- Database = database
- CADir =
- Demo =
- [nginx]
- AccessLogPath = /var/log/nginx/access.log
- ErrorLogPath = /var/log/nginx/error.log
- ConfigDir =
- PIDPath =
- ReloadCmd =
- RestartCmd =
- [openai]
- Model =
- BaseUrl =
- Proxy =
- Token =
- [git]
- Url =
- AuthMethod =
- Username =
- Password =
- PrivateKeyFile =
|