mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-24 08:20:31 +08:00

Signed-off-by: Kininaru <shiftregister233@outlook.com> fix: postgres creating failed Signed-off-by: Kininaru <shiftregister233@outlook.com> nil Signed-off-by: Kininaru <shiftregister233@outlook.com> rewrite postgres logic Signed-off-by: Kininaru <shiftregister233@outlook.com> removed pq from dependencies Signed-off-by: Kininaru <shiftregister233@outlook.com> comment pq Signed-off-by: Kininaru <shiftregister233@outlook.com> typo Signed-off-by: Kininaru <shiftregister233@outlook.com> comment Signed-off-by: Kininaru <shiftregister233@outlook.com>
11 lines
229 B
Plaintext
11 lines
229 B
Plaintext
appname = casdoor
|
|
httpport = 8000
|
|
runmode = dev
|
|
SessionOn = true
|
|
copyrequestbody = true
|
|
db = mysql
|
|
dataSourceName = root:123@tcp(localhost:3306)/
|
|
dbName = casdoor
|
|
AuthState = "casdoor"
|
|
UseProxy = false
|
|
EnableDocs = true |