Skip to content

Commit

Permalink
#3651 fix username undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
Unitech committed Jun 3, 2018
1 parent cb6521a commit ef965de
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions lib/API/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ef965de

Please sign in to comment.