Moving files and adding auth
This commit is contained in:
15
bee.json
Normal file
15
bee.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"version": 0,
|
||||
"go_install": false,
|
||||
"scripts": {
|
||||
"test": "go test -v tests/*.go",
|
||||
"convey": "goconvey tests/"
|
||||
},
|
||||
"cmd_args": [],
|
||||
"envs": [],
|
||||
"database": {
|
||||
"driver": "postgres",
|
||||
"conn": "postgres://postgres:postgre@127.0.0.1:5435/system?sslmode=disable"
|
||||
},
|
||||
"enable_reload": true
|
||||
}
|
Reference in New Issue
Block a user