multitenantStack/bee.json

24 lines
603 B
JSON
Raw Permalink Normal View History

2018-11-07 10:10:51 +00:00
{
"version": 0,
"go_install": false,
"scripts": {
"test": "go test -v tests/*.go",
"convey": "goconvey tests/",
2018-11-16 17:35:05 +00:00
"migrate:system": "go run scripts/migrateTenants/migrateTenants.go system",
"migrate:tenants": "go run scripts/migrateTenants/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
}