1
0
mirror of https://github.com/beego/bee.git synced 2025-07-05 18:20:18 +00:00

Added args, envs conf option

This commit is contained in:
Unknown
2013-11-26 23:59:07 -05:00
parent 3674476b3d
commit 5118cd348d
3 changed files with 7 additions and 2 deletions

View File

@ -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"`