Commit d80a0345 authored by Dennis Willers's avatar Dennis Willers 🏀

Websocket and Server over HTTPS

parent 235328e6
Pipeline #346 passed with stages
in 5 minutes and 27 seconds
export const environment = { export const environment = {
production: true, production: true,
tabuMiddlewareURL: 'http://tabu-middleware.willers.digital/', tabuMiddlewareURL: 'https://tabu-middleware.willers.digital/',
tabuServerURL: 'ws://tabu-server.willers.digital' tabuServerURL: 'wss://tabu-server.willers.digital'
}; };
...@@ -5,9 +5,9 @@ ...@@ -5,9 +5,9 @@
export const environment = { export const environment = {
production: false, production: false,
tabuMiddlewareURL: 'http://localhost:8080/', tabuMiddlewareURL: 'http://localhost:8080/',
//tabuMiddlewareURL: 'http://tabu-middleware.willers.digital/', //tabuMiddlewareURL: 'https://tabu-middleware.willers.digital/',
tabuServerURL: 'http://localhost:3000/' tabuServerURL: 'http://localhost:3000/'
//tabuServerURL: 'ws://tabu-server.willers.digital' //tabuServerURL: 'wss://tabu-server.willers.digital'
}; };
/* /*
......
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