Add debug switch and API endpoint to stop server when in debug mode.
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
"properties": {
|
||||
"artifactsRepo": { "type": "string" },
|
||||
"authSecret": { "type": "string" },
|
||||
"debug": { "type": "bool" },
|
||||
"pwdCost": { "type": "integer" },
|
||||
"projects": {
|
||||
"title": "ProjectsList",
|
||||
|
Reference in New Issue
Block a user