Skip to content
Snippets Groups Projects
Select Git revision
  • 2b441f0ddbfd7554f3e50c0e920ab5e2478b9ba7
  • master default protected
  • md-export
  • th/mail
  • 179-einladungen-zum-aushaengen-drucken
5 results

config.py.example

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    main.yml 306 B
    ---
    # files: uwsgi-python/defaults/main.yml
    
    uwsgi_name: uwsgi
    uwsgi_user: uwsgi
    uwsgi_group: uwsgi
    uwsgi_home: /var/www
    uwsgi_path: /var/www
    uwsgi_program: server.py
    uwsgi_callable: app
    uwsgi_command: runserver
    uwsgi_db: none
    uwsgi_python: 3
    uwsgi_mules: 0
    uwsgi_mountpoint: /
    uwsgi_enable_threads: false