mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 14:56:58 +08:00
32 lines
837 B
Bash
32 lines
837 B
Bash
appname = casdoor
|
|
httpport = 8000
|
|
runmode = prod
|
|
copyrequestbody = true
|
|
driverName = mysql
|
|
dataSourceName = root:123456@tcp(localhost:3306)/
|
|
dbName = casdoor
|
|
tableNamePrefix =
|
|
showSql = false
|
|
redisEndpoint =
|
|
defaultStorageProvider =
|
|
isCloudIntranet = false
|
|
authState = "casdoor"
|
|
socks5Proxy = "127.0.0.1:10808"
|
|
verificationCodeTimeout = 10
|
|
initScore = 0
|
|
logPostOnly = true
|
|
isUsernameLowered = false
|
|
origin =
|
|
originFrontend =
|
|
staticBaseUrl = "https://cdn.casbin.org"
|
|
isDemoMode = false
|
|
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"}
|
|
initDataFile = "./init_data.json"
|
|
frontendBaseDir = "../casdoor"
|