app.example.ini 813 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. [server]
  2. HttpPort = 9000
  3. RunMode = debug
  4. JwtSecret =
  5. Email =
  6. HTTPChallengePort = 9180
  7. StartCmd = bash
  8. Database = database
  9. CADir =
  10. GithubProxy =
  11. NodeSecret =
  12. Demo = false
  13. PageSize = 10
  14. HttpHost = 0.0.0.0
  15. CertRenewalInterval = 7
  16. RecursiveNameservers =
  17. [nginx]
  18. AccessLogPath = /var/log/nginx/access.log
  19. ErrorLogPath = /var/log/nginx/error.log
  20. ConfigDir =
  21. PIDPath =
  22. TestConfigCmd =
  23. ReloadCmd =
  24. RestartCmd =
  25. [openai]
  26. Model =
  27. BaseUrl =
  28. Proxy =
  29. Token =
  30. [casdoor]
  31. Endpoint =
  32. ClientId =
  33. ClientSecret =
  34. Certificate =
  35. Organization =
  36. Application =
  37. RedirectUri =
  38. [logrotate]
  39. Enabled = false
  40. CMD = logrotate /etc/logrotate.d/nginx
  41. Interval = 1440