export const environment = { production: true, apiBaseUrl: 'https://api.goagel.gov.in/api/v1', tokenStorageKey: 'goa_gel_token', refreshTokenStorageKey: 'goa_gel_refresh_token', userStorageKey: 'goa_gel_user', apiKeyStorageKey: 'goa_gel_api_key', apiSecretStorageKey: 'goa_gel_api_secret', };