casdoor/conf/app.conf

29 lines
789 B
Plaintext
Raw Normal View History

2020-10-20 21:57:29 +08:00
appname = casdoor
2021-01-18 20:26:06 +08:00
httpport = 8000
2020-10-20 21:57:29 +08:00
runmode = dev
2020-10-20 23:14:03 +08:00
copyrequestbody = true
2021-05-02 00:24:34 +08:00
driverName = mysql
dataSourceName = root:123456@tcp(localhost:3306)/
2021-02-15 10:11:26 +08:00
dbName = casdoor
tableNamePrefix =
showSql = false
2021-08-01 00:30:12 +08:00
redisEndpoint =
2023-10-04 11:46:44 +08:00
defaultStorageProvider =
2021-12-04 16:35:33 +08:00
isCloudIntranet = false
authState = "casdoor"
2022-07-08 23:24:54 +08:00
socks5Proxy = "127.0.0.1:10808"
verificationCodeTimeout = 10
2023-10-04 11:46:44 +08:00
initScore = 0
2021-11-09 23:32:53 +08:00
logPostOnly = true
origin =
staticBaseUrl = "https://cdn.casbin.org"
isDemoMode = false
2022-09-13 20:31:22 +08:00
batchSize = 100
enableGzip = true
ldapServerPort = 389
radiusServerPort = 1812
radiusSecret = "secret"
quota = {"organization": -1, "user": -1, "application": -1, "provider": -1}
logConfig = {"filename": "logs/casdoor.log", "maxdays":99999, "perm":"0770"}
2023-10-04 11:46:44 +08:00
initDataFile = "./init_data.json"
frontendBaseDir = "../casdoor"