Add debug switch and API endpoint to stop server when in debug mode.

This commit is contained in:
Jonathan Bernard
2017-04-23 00:18:57 -05:00
parent 06b8914e7b
commit 3e8bbb1676
5 changed files with 14 additions and 2 deletions

View File

@ -1,6 +1,7 @@
{
"artifactsRepo": "artifacts",
"authSecret": "change me",
"debug": true,
"users": [
{ "name": "bob@builder.com", "hashedPwd": "testvalue" },
{ "name": "sam@sousa.com", "hashedPwd": "testvalue" }