Commit f4b8e3d4 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

Merge branch 'saml-integration' into 'master'

Saml integration

See merge request !4
parents 75b5f79c 710c1038
...@@ -19,9 +19,11 @@ ...@@ -19,9 +19,11 @@
var ENV = { var ENV = {
name: 'development', name: 'development',
webHost: location.host, webHost: location.host,
webEndpoint: location.origin, webEndpoint: "<%= config.endpoint %>",
apiEndpoint: location.origin, apiEndpoint: "<%= config.api_endpoint %>",
websocketsEndpoint: location.origin.replace("https:","wss:").replace("http:","ws:") prefix: "<%= config.prefix %>",
//websocketsEndpoint: location.origin.replace("https:","wss:").replace("http:","ws:")
websocketsEndpoint: "<%= config.endpoint %>".replace("https:","wss:").replace("http:","ws:")
}; };
</script> </script>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment