Skip to content
Snippets Groups Projects
Commit 5d46fbae authored by Timm's avatar Timm
Browse files

Adjustment of app.sh

parent e195a352
No related branches found
No related tags found
No related merge requests found
Pipeline #1562801 canceled
# run the backend module
python -m capice_data.backend listen
if [[ -v DE_MESSAGING_ENV_FILE ]]; then
source $DE_MESSAGING_ENV_FILE
python -m capice_data.backend \
--topic "$DE_BACKEND_TOPIC" \
--header "$DE_BACKEND_HEADER" \
--websocket-url "$DE_BACKEND_WEBSOCKET_URL" \
listen
else
python -m capice_data.backend listen
fi
......@@ -106,9 +106,9 @@ backend_config = ModuleConfig.model_validate_json(
"max_payload_size": 512000,
"producer_keep_alive": 120,
"producer_connection_timeout": 30,
"websocket_url": "ws://datahub.hcdc.hereon.de/ws/dasf",
"producer_url": "ws://datahub.hcdc.hereon.de/ws/dasf",
"consumer_url": "ws://datahub.hcdc.hereon.de/ws/dasf"
"websocket_url": "wss://datahub.hcdc.hereon.de/ws/dasf",
"producer_url": "wss://datahub.hcdc.hereon.de/ws/dasf",
"consumer_url": "wss://datahub.hcdc.hereon.de/ws/dasf"
}
}
"""
......
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