mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-04 00:10:25 +08:00
first
This commit is contained in:
21
conf/app.conf
Normal file
21
conf/app.conf
Normal file
@@ -0,0 +1,21 @@
|
||||
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
|
||||
Reference in New Issue
Block a user