You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/v3/source/includes/resources/manifests/_object.md.erb
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,7 @@ applications:
54
54
memory: 500M
55
55
log-rate-limit-per-second: 1KB
56
56
timeout: 10
57
+
user: vcap
57
58
- type: worker
58
59
command: start-worker.sh
59
60
disk_quota: 1G
@@ -122,6 +123,7 @@ Name | Type | Description
122
123
---- | ---- | -----------
123
124
**type** | _string_ | **(Required)** The identifier for the processes to be configured
124
125
**command** | _string_ | The command used to start the process; this overrides start commands from [Procfiles](#procfiles) and buildpacks
126
+
**user** | _string_ | The user under which the process runs
125
127
**disk_quota** | _string_ | The disk limit for all instances of the web process; <br>this attribute requires a unit of measurement: `B`, `K`, `KB`, `M`, `MB`, `G`, `GB`, `T`, or `TB` in upper case or lower case
126
128
**health-check-http-endpoint** | _string_ | Endpoint called to determine if the app is healthy
127
129
**health-check-interval** | _integer_ | The interval in seconds between health check requests
0 commit comments