Skip to content
Snippets Groups Projects
Commit 2d5612b1 authored by Arie Peterson's avatar Arie Peterson
Browse files

Advertise from backend whether we are in telepresence mode

parent 3ef4eb37
No related branches found
No related tags found
1 merge request!164Resolve "Two-way tunnel for dev env"
......@@ -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