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: ...@@ -3,7 +3,6 @@ build:
image: trion/ng-cli image: trion/ng-cli
before_script: before_script:
- npm i - npm i
- npm ci
script: script:
- ng build --subresource-integrity --prod - ng build --subresource-integrity --prod
artifacts: artifacts:
......
export const environment = { export const environment = {
production: true, production: true,
tabuMiddlewareURL: 'http://192.168.0.50:3150/' tabuMiddlewareURL: 'tabu-middleware.willers.digital/'
}; };
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
export const environment = { export const environment = {
production: false, 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