2018-11-07 10:10:51 +00:00
|
|
|
{
|
|
|
|
"version": 0,
|
|
|
|
"go_install": false,
|
|
|
|
"scripts": {
|
|
|
|
"test": "go test -v tests/*.go",
|
2018-11-14 17:47:42 +00:00
|
|
|
"convey": "goconvey tests/",
|
|
|
|
"migrate:system": "go run scripts/migrateTenants.go system",
|
|
|
|
"migrate:tenants": "go run scripts/migrateTenants.go"
|
2018-11-07 10:10:51 +00:00
|
|
|
},
|
|
|
|
"cmd_args": [],
|
|
|
|
"envs": [],
|
2018-11-07 15:27:39 +00:00
|
|
|
"dir_structure": {
|
|
|
|
"watch_all": true,
|
|
|
|
"controllers": "controllers",
|
|
|
|
"models": "models",
|
|
|
|
"others": ["services"]
|
|
|
|
},
|
2018-11-07 10:10:51 +00:00
|
|
|
"database": {
|
|
|
|
"driver": "postgres",
|
|
|
|
"conn": "postgres://postgres:postgre@127.0.0.1:5435/system?sslmode=disable"
|
|
|
|
},
|
|
|
|
"enable_reload": true
|
|
|
|
}
|