Skip to content
Snippets Groups Projects
Commit 4d202ee0 authored by Timm's avatar Timm
Browse files

Adjustment of app.sh

parent b7f2ad54
Branches
Tags
No related merge requests found
Pipeline #1562802 canceled
# run the backend module
python -m capice_compute.backend listen
if [[ -v DE_MESSAGING_ENV_FILE ]]; then
source $DE_MESSAGING_ENV_FILE
python -m capice_compute.backend \
--topic "$DE_BACKEND_TOPIC" \
--header "$DE_BACKEND_HEADER" \
--websocket-url "$DE_BACKEND_WEBSOCKET_URL" \
listen
else
python -m capice_compute.backend listen
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment