app.conf 690 B

123456789101112131415161718192021222324
  1. ppname = casdoor
  2. httpport = 8000
  3. runmode = dev
  4. copyrequestbody = true
  5. driverName = mysql
  6. dataSourceName = root:auth2023@tcp(auth-mysql:3306)/
  7. dbName = casdoor
  8. # tableNamePrefix =
  9. # showSql = false
  10. # redisEndpoint =
  11. # defaultStorageProvider =
  12. # isCloudIntranet = false
  13. # authState = "casdoor"
  14. # socks5Proxy = "127.0.0.1:10808"
  15. # verificationCodeTimeout = 10
  16. # initScore = 2000
  17. # logPostOnly = true
  18. # origin =
  19. # staticBaseUrl = "https://auth3dqueen.oss-cn-beijing.aliyuncs.com/static"
  20. # isDemoMode = false
  21. # batchSize = 100
  22. # ldapServerPort = 389
  23. # languages = en,zh,es,fr,de,id,ja,ko,ru,vi
  24. # quota = {"organization": -1, "user": -1, "application": -1, "provider": -1}