Skip to content
Snippets Groups Projects
Commit 469bf55b authored by Benedikt's avatar Benedikt
Browse files

changed fastapi path in supervisor.conf

parent 3ed3ff32
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ stderr_logfile=/var/log/bokeh_stderr.log ...@@ -9,7 +9,7 @@ stderr_logfile=/var/log/bokeh_stderr.log
stdout_logfile=/var/log/bokeh_stdout.log stdout_logfile=/var/log/bokeh_stdout.log
[program:fastapi] [program:fastapi]
command=uvicorn restAPIServer:app --host 0.0.0.0 --port 5021 command=uvicorn dsi-parser-frontend/restAPIServer:app --host 0.0.0.0 --port 5021
autostart=true autostart=true
autorestart=true autorestart=true
stderr_logfile=/var/log/fastapi_stderr.log stderr_logfile=/var/log/fastapi_stderr.log
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment