deploy/templates/dashboard-nextleap-annotations.yml.j2
changeset 0 5f4fcbc80b37
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/deploy/templates/dashboard-nextleap-annotations.yml.j2	Fri Sep 14 17:57:34 2018 +0200
@@ -0,0 +1,13 @@
+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