Commit 3d375012 authored by Dennis Willers's avatar Dennis Willers 🏀

Change enviroment

parent 7c4f58c8
Pipeline #321 passed with stages
in 5 minutes and 28 seconds
export const environment = { export const environment = {
production: true, production: true,
tabuMiddlewareURL: 'http://tabu-middleware.willers.digital/', tabuMiddlewareURL: 'http://tabu-middleware.willers.digital/',
tabuServerURL: 'http://tabu-server.willers.digital' tabuServerURL: 'ws://tabu-server.willers.digital'
}; };
...@@ -4,10 +4,10 @@ ...@@ -4,10 +4,10 @@
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: 'http://tabu-middleware.willers.digital/',
tabuServerURL: 'http://localhost:3000/' tabuServerURL: 'http://localhost:3000/'
//tabuServerURL: 'http://tabu-server.willers.digital' //tabuServerURL: 'ws://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