~verterok/charms/xenial/gunicorn/set-env-systemd

« back to all changes in this revision

Viewing changes to metadata.yaml

  • Committer: Juan L. Negron
  • Date: 2012-09-14 20:03:09 UTC
  • mfrom: (21.1.2 gunicorn)
  • Revision ID: juan.negron@canonical.com-20120914200309-bum9apt7z0wp5h08
Added support for running gunicorn in django mode in addition to wsgi. Also allow pythonpath to be explicitly set and additional environment variables to be specified.  MP:123481

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
    wsgi-file:
12
12
       interface: wsgi
13
13
       scope: container
 
14
       optional: true
 
15
    django-settings:
 
16
       interface: django
 
17
       scope: container
 
18
       optional: true
 
19