mirror of
https://github.com/beego/bee.git
synced 2024-11-22 05:00:54 +00:00
Added args, envs conf option
This commit is contained in:
parent
3674476b3d
commit
5118cd348d
2
bee.json
2
bee.json
@ -11,6 +11,8 @@
|
||||
"models": "",
|
||||
"others": []
|
||||
},
|
||||
"cmd_args": [],
|
||||
"envs": [],
|
||||
"bale": {
|
||||
"import": "github.com/beego/beeweb/bale",
|
||||
"dirs": [
|
||||
|
5
conf.go
5
conf.go
@ -50,8 +50,9 @@ var conf struct {
|
||||
Models string
|
||||
Others []string // Other directories.
|
||||
} `json:"dir_structure"`
|
||||
|
||||
Bale struct {
|
||||
CmdArgs []string `json:"cmd_args"`
|
||||
Envs []string
|
||||
Bale struct {
|
||||
Import string
|
||||
Dirs []string
|
||||
IngExt []string `json:"ignore_ext"`
|
||||
|
Loading…
Reference in New Issue
Block a user