deploy/templates/dashboard-nextleap-annotations.ini.j2
author ymh <ymh.work@gmail.com>
Thu, 20 Sep 2018 18:13:36 +0200
changeset 13 b298809518a0
parent 0 5f4fcbc80b37
permissions -rw-r--r--
Added tag 0.2.0 for changeset 256b31ffdc33

[program:{{annotations_api_service}}]
command={{annotations_api_venv}}/bin/uwsgi --yaml {{annotations_api_config_base}}/uwsgi-dashboard-annotations.yml
stdout_logfile={{log_base_path}}/annotations_api_supervisor_stdout.log
stderr_logfile={{log_base_path}}/annotations_api_supervisor_stderr.log
autostart=true
autorestart=true
stopsignal=QUIT
user=uwsgi
redirect_stderr=true
directory={{annotations_api_venv}}