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
|
2021-09-21 20:07:34 +08:00
|
|
|
dataSourceName = root:123456@tcp(localhost:3306)/
|
2021-02-15 10:11:26 +08:00
|
|
|
dbName = casdoor
|
2022-01-20 14:20:37 +08:00
|
|
|
tableNamePrefix =
|
2022-01-19 16:58:45 +08:00
|
|
|
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
|
2021-05-09 11:55:43 +08:00
|
|
|
authState = "casdoor"
|
2022-07-08 23:24:54 +08:00
|
|
|
socks5Proxy = "127.0.0.1:10808"
|
2021-08-03 23:28:02 +08:00
|
|
|
verificationCodeTimeout = 10
|
2023-10-04 11:46:44 +08:00
|
|
|
initScore = 0
|
2021-11-09 23:32:53 +08:00
|
|
|
logPostOnly = true
|
2022-08-15 09:18:21 +08:00
|
|
|
origin =
|
2022-09-04 21:20:19 +08:00
|
|
|
staticBaseUrl = "https://cdn.casbin.org"
|
|
|
|
isDemoMode = false
|
2022-09-13 20:31:22 +08:00
|
|
|
batchSize = 100
|
2023-10-15 01:27:42 +08:00
|
|
|
enableGzip = true
|
2022-09-24 21:48:29 +08:00
|
|
|
ldapServerPort = 389
|
2023-09-24 16:50:31 +08:00
|
|
|
radiusServerPort = 1812
|
2023-09-26 22:48:00 +08:00
|
|
|
radiusSecret = "secret"
|
2022-11-29 11:01:41 +08:00
|
|
|
quota = {"organization": -1, "user": -1, "application": -1, "provider": -1}
|
2023-06-05 16:00:28 +03:00
|
|
|
logConfig = {"filename": "logs/casdoor.log", "maxdays":99999, "perm":"0770"}
|
2023-10-04 11:46:44 +08:00
|
|
|
initDataFile = "./init_data.json"
|
|
|
|
frontendBaseDir = "../casdoor"
|