Skip to content
Snippets Groups Projects
Commit 33c10777 authored by Arie Peterson's avatar Arie Peterson Committed by Tin Geber
Browse files

Advertise from backend whether we are in telepresence mode

parent 0b8f614d
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@ def api_environment():
environment = {
"HYDRA_PUBLIC_URL": HYDRA_PUBLIC_URL,
"KRATOS_PUBLIC_URL": KRATOS_PUBLIC_URL,
"TELEPRESENCE": TELEPRESENCE,
}
return jsonify(environment)
......
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