app.example.ini 418 B

1234567891011121314151617181920212223242526272829303132
  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. TestConfigCmd =
  17. ReloadCmd =
  18. RestartCmd =
  19. [openai]
  20. Model =
  21. BaseUrl =
  22. Proxy =
  23. Token =
  24. [git]
  25. Url =
  26. AuthMethod =
  27. Username =
  28. Password =
  29. PrivateKeyFile =