update heroku app.json

This commit is contained in:
2021-05-21 07:55:50 +10:00
parent f31b034b18
commit ad97d953fd
+10
View File
@@ -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
}
}
}