We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e7700 commit 4bcfbecCopy full SHA for 4bcfbec
proxy.conf.json
@@ -1,6 +1,6 @@
1
{
2
"/api": {
3
- "target": "https://localhost:8888",
+ "target": "https://gateway-service:8888",
4
"secure": false,
5
"changeOrigin": true,
6
"logLevel": "debug"
src/environments/environment.prod.ts
@@ -1,4 +1,4 @@
export const environment = {
production: true,
- IP_SERVER: 'http://3.27.221.69:8888/api',
+ IP_SERVER: 'http://gateway-service:8888/api',
};
src/environments/environment.ts
production: false,
0 commit comments