app.example.ini 402 B

12345678910111213141516171819202122232425262728293031
  1. [server]
  2. HttpPort = 9000
  3. RunMode = debug
  4. JwtSecret =
  5. Email =
  6. HTTPChallengePort = 9180
  7. StartCmd = login
  8. Database = database
  9. CADir =
  10. Demo =
  11. [nginx]
  12. AccessLogPath = /var/log/nginx/access.log
  13. ErrorLogPath = /var/log/nginx/error.log
  14. ConfigDir =
  15. PIDPath =
  16. ReloadCmd =
  17. RestartCmd =
  18. [openai]
  19. Model =
  20. BaseUrl =
  21. Proxy =
  22. Token =
  23. [git]
  24. Url =
  25. AuthMethod =
  26. Username =
  27. Password =
  28. PrivateKeyFile =