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

Middleware-Server edit

parent 4c7acc25
Pipeline #276 passed with stages
in 5 minutes and 15 seconds
......@@ -3,7 +3,6 @@ build:
image: trion/ng-cli
before_script:
- npm i
- npm ci
script:
- ng build --subresource-integrity --prod
artifacts:
......
export const environment = {
production: true,
tabuMiddlewareURL: 'http://192.168.0.50:3150/'
tabuMiddlewareURL: 'tabu-middleware.willers.digital/'
};
......@@ -4,7 +4,7 @@
export const environment = {
production: false,
tabuMiddlewareURL: 'http://192.168.0.50:3150/'
tabuMiddlewareURL: 'tabu-middleware.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