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

@ -4,6 +4,7 @@
"properties": {
"artifactsRepo": { "type": "string" },
"authSecret": { "type": "string" },
"debug": { "type": "bool" },
"pwdCost": { "type": "integer" },
"projects": {
"title": "ProjectsList",