Create new repository to host all dashboard developments
This project contains the commons components and all the dashboard instances
uwsgi:
uwsgi-socket: :{{annotations_api_port}}
virtualenv: {{annotations_api_venv}}
chdir: {{annotations_api_venv}}/bin
master: true
mount: {{annotations_api_url}}=hypothesis_proxy.py
processes: 1
buffer-size: 65535
logto: {{log_base_path}}/annotation_api_wsgi.log
env: CONFIG_PATH={{annotations_api_config_base}}/annotation_api_configuration.ini
manage-script-name : true
uid = uwsgi
gid = uwsgi