diff --git a/gunicorn_config.py b/gunicorn_config.py new file mode 100644 index 00000000..a709b354 --- /dev/null +++ b/gunicorn_config.py @@ -0,0 +1 @@ +workers = 4 diff --git a/openshift/templates/edivorce-environment-template.yaml b/openshift/templates/edivorce-environment-template.yaml index 77ecfc66..cb9b4cd6 100644 --- a/openshift/templates/edivorce-environment-template.yaml +++ b/openshift/templates/edivorce-environment-template.yaml @@ -304,6 +304,7 @@ parameters: from: "[a-zA-Z0-9]{16}" - name: APP_CONFIG displayName: Application Configuration File Path + value: gunicorn_config.py description: Relative path to Gunicorn configuration file (optional). - name: DJANGO_SECRET_KEY displayName: Django Secret Key