updated as per changes
This commit is contained in:
@@ -43,7 +43,7 @@ http {
|
||||
|
||||
# API proxy (forward to backend)
|
||||
location /api/ {
|
||||
proxy_pass http://goa-gel-api:3001/;
|
||||
proxy_pass http://20.219.0.85:3001/;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection 'upgrade';
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
apiBaseUrl: 'https://api.goagel.gov.in/api/v1',
|
||||
apiBaseUrl: 'http://20.219.0.85:3001/api/v1',
|
||||
tokenStorageKey: 'goa_gel_token',
|
||||
refreshTokenStorageKey: 'goa_gel_refresh_token',
|
||||
userStorageKey: 'goa_gel_user',
|
||||
|
||||
Reference in New Issue
Block a user