We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d9b4ae commit cbc4279Copy full SHA for cbc4279
1 file changed
gunicorn/assets/configuration/spec.yaml
@@ -5,6 +5,7 @@ files:
5
- template: init_config
6
options:
7
- name: gunicorn
8
+ display_priority: 0
9
description: |
10
Command or path to gunicorn (e.g. `/usr/local/bin/gunicorn` or `docker exec container gunicorn`)
11
can be overwritten on an instance
@@ -16,6 +17,7 @@ files:
16
17
- template: instances
18
19
- name: proc_name
20
+ display_priority: 1
21
required: true
22
23
The name of the gunicorn process. For the following gunicorn server:
@@ -27,6 +29,7 @@ files:
27
29
type: string
28
30
fleet_configurable: true
31
32
33
description: Command or path to gunicorn (e.g. `/usr/local/bin/gunicorn` or `docker exec container gunicorn`)
34
value:
35
0 commit comments