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