Browse Source

Added gunicorn config file

pull/160/head
Mike Olund 8 years ago
parent
commit
0921587ae3
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      gunicorn_config.py
  2. +1
    -0
      openshift/templates/edivorce-environment-template.yaml

+ 1
- 0
gunicorn_config.py View File

@ -0,0 +1 @@
workers = 4

+ 1
- 0
openshift/templates/edivorce-environment-template.yaml View File

@ -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


Loading…
Cancel
Save