app.example.ini 906 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. SkipInstallation = false
  18. Name =
  19. [nginx]
  20. AccessLogPath = /var/log/nginx/access.log
  21. ErrorLogPath = /var/log/nginx/error.log
  22. ConfigDir =
  23. PIDPath =
  24. TestConfigCmd =
  25. ReloadCmd =
  26. RestartCmd =
  27. [openai]
  28. Model =
  29. BaseUrl =
  30. Proxy =
  31. Token =
  32. [casdoor]
  33. Endpoint =
  34. ClientId =
  35. ClientSecret =
  36. Certificate =
  37. Organization =
  38. Application =
  39. RedirectUri =
  40. [logrotate]
  41. Enabled = false
  42. CMD = logrotate /etc/logrotate.d/nginx
  43. Interval = 1440