Moving files and adding auth

This commit is contained in:
2018-11-07 11:10:51 +01:00
parent 728ac72dff
commit 1c16b54802
19 changed files with 1175 additions and 309 deletions

15
bee.json Normal file
View 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
}