mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-23 02:35:49 +08:00
12 lines
278 B
Plaintext
12 lines
278 B
Plaintext
appname = casdoor
|
|
httpport = 8000
|
|
runmode = dev
|
|
SessionOn = true
|
|
copyrequestbody = true
|
|
driverName = mysql
|
|
dataSourceName = root:123@tcp(localhost:3306)/
|
|
dbName = casdoor
|
|
redisEndpoint =
|
|
authState = "casdoor"
|
|
httpProxy = "127.0.0.1:10808"
|
|
verificationCodeTimeout = 10 |