From ad97d953fdc9d6004300a9e8478873db3670737d Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Fri, 16 Apr 2021 16:49:58 +1000 Subject: [PATCH] update heroku app.json --- app.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/app.json b/app.json index 210af43..fc493be 100644 --- a/app.json +++ b/app.json @@ -25,6 +25,16 @@ "description": "External port for apps", "value": "80", "required": false + }, + "P_UID": { + "description": "The Linux user's ID that to run the app", + "value": "0", + "required": false + }, + "P_GID": { + "description": "The Linux group's ID that to run the app", + "value": "0", + "required": false } } }