app.ini 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. [app]
  2. PageSize = 10
  3. JwtSecret = 6EEB622E-5C73-4082-AF76-7BAC337772F2
  4. [server]
  5. Host = 0.0.0.0
  6. Port = 9000
  7. RunMode = release
  8. [database]
  9. Name = database
  10. [auth]
  11. IPWhiteList =
  12. BanThresholdMinutes = 10
  13. MaxAttempts = 10
  14. [casdoor]
  15. Endpoint =
  16. ClientId =
  17. ClientSecret =
  18. CertificatePath =
  19. Organization =
  20. Application =
  21. RedirectUri =
  22. [cert]
  23. Email = test@jackyu.cn
  24. CADir = https://acme-staging-v02.api.letsencrypt.org/directory
  25. RenewalInterval = 7
  26. RecursiveNameservers = 8.8.8.8:53,1.1.1.1:53
  27. HTTPChallengePort = 9180
  28. [cluster]
  29. Node =
  30. [crypto]
  31. Secret = 4a82fe17c5aab629007462b303c367d2863b7db28b95c8f869f2f815672d41d8
  32. [http]
  33. GithubProxy =
  34. InsecureSkipVerify = false
  35. [logrotate]
  36. Enabled = false
  37. CMD = logrotate /etc/logrotate.d/nginx
  38. Interval = 1440
  39. [nginx]
  40. AccessLogPath =
  41. ErrorLogPath =
  42. LogDirWhiteList = /var/log/nginx
  43. ConfigDir =
  44. PIDPath =
  45. TestConfigCmd =
  46. ReloadCmd =
  47. RestartCmd =
  48. [node]
  49. Name =
  50. Secret = 57D079F2-CA8B-412A-B5C0-FDA291C13391
  51. SkipInstallation = false
  52. Demo = true
  53. [openai]
  54. BaseUrl =
  55. Token =
  56. Proxy =
  57. Model = gpt-3.5-turbo
  58. [terminal]
  59. StartCmd = bash
  60. [webauthn]
  61. RPDisplayName =
  62. RPID =
  63. RPOrigins =