From ef965de1f4a932eec428c3b6f82ae3ddf717261e Mon Sep 17 00:00:00 2001 From: Alexandre Strzelewicz Date: Sun, 3 Jun 2018 20:53:09 +0200 Subject: [PATCH] #3651 fix username undefined --- lib/API/schema.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/lib/API/schema.json b/lib/API/schema.json index ce823c2b3..063ffcdda 100644 --- a/lib/API/schema.json +++ b/lib/API/schema.json @@ -272,21 +272,25 @@ "type": "boolean", "default": true, "docDefault": "True", - "docDescription": "Only kill the main process, not detached children" + "docDescription": "Only kill the main process, not detached children" }, "port": { "type": "number", "docDescription": "Shortcut to inject a PORT environment variable" }, + "username" : { + "type": "string", + "docDescription": "Current user that started the process" + }, "uid": { "type" : "string", "docDefault": "Current user uid", - "docDescription": "Set user id" + "docDescription": "Set user id" }, "gid": { "type" : "string", "docDefault": "Current user gid", - "docDescription": "Set group id" + "docDescription": "Set group id" }, "windowsHide": { "type": "boolean",