app.example.ini 458 B

12345678910111213141516171819202122232425262728293031323334
  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. [casdoor]
  25. Endpoint =
  26. ClientId =
  27. ClientSecret =
  28. Certificate =
  29. Organization =
  30. Application =
  31. RedirectUri =