updated as per changes

This commit is contained in:
Ubuntu
2026-02-07 16:35:17 +00:00
parent 80566bf0a2
commit b268b4c59d
3 changed files with 170 additions and 170 deletions

View File

@@ -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';

View File

@@ -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',