Add debug switch and API endpoint to stop server when in debug mode.
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
{
|
||||
"artifactsRepo": "artifacts",
|
||||
"authSecret": "change me",
|
||||
"debug": true,
|
||||
"users": [
|
||||
{ "name": "bob@builder.com", "hashedPwd": "testvalue" },
|
||||
{ "name": "sam@sousa.com", "hashedPwd": "testvalue" }
|
||||
|
Reference in New Issue
Block a user