deploy/templates/dashboard-nextleap-annotations.ini.j2
changeset 0 5f4fcbc80b37
equal deleted inserted replaced
-1:000000000000 0:5f4fcbc80b37
       
     1 [program:{{annotations_api_service}}]
       
     2 command={{annotations_api_venv}}/bin/uwsgi --yaml {{annotations_api_config_base}}/uwsgi-dashboard-annotations.yml
       
     3 stdout_logfile={{log_base_path}}/annotations_api_supervisor_stdout.log
       
     4 stderr_logfile={{log_base_path}}/annotations_api_supervisor_stderr.log
       
     5 autostart=true
       
     6 autorestart=true
       
     7 stopsignal=QUIT
       
     8 user=uwsgi
       
     9 redirect_stderr=true
       
    10 directory={{annotations_api_venv}}