mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-04 00:10:25 +08:00
21 lines
384 B
Plaintext
21 lines
384 B
Plaintext
appname = mayfly-job
|
|
httpport = 8888
|
|
copyrequestbody = true
|
|
autorender = false
|
|
EnableErrorsRender = false
|
|
runmode = "dev"
|
|
; mysqluser = "root"
|
|
; mysqlpass = "111049"
|
|
; mysqlurls = "127.0.0.1"
|
|
; mysqldb = "mayfly-job"
|
|
EnableAdmin = true
|
|
AdminHttpAddr = 0.0.0.0 #默认监听地址是localhost
|
|
AdminHttpPort = 8088
|
|
|
|
|
|
[dev]
|
|
httpport = 8888
|
|
[prod]
|
|
httpport = 8080
|
|
[test]
|
|
httpport = 8888 |