File: /var/www/vhost/disk-apps/pwa.sports-crowd.com/src/environments/environment.ts
// This file can be replaced during build by using the `fileReplacements` array.
// `ng build --prod` replaces `environment.ts` with `environment.prod.ts`.
// The list of file replacements can be found in `angular.json`.
import { IAppEnvironment } from './models/app-environment';
export const environment: IAppEnvironment = {
production: false,
firebase: {
apiKey: "AIzaSyD0pGVCBoWd_7D8wD-QKdWGA0aJKVRU55I",
authDomain: "fir-sportscrowd.firebaseapp.com",
projectId: "fir-sportscrowd",
storageBucket: "fir-sportscrowd.appspot.com",
messagingSenderId: "139484777997",
appId: "1:139484777997:web:5ccbd5e23c2fc3059f8f44",
measurementId: "G-D74STRPRV4"
},
appId: 'com.co.aliansap.sportscrowd',
appName: 'Demo SportsCrowd',
apiUrl: 'http://polarigo-web.test/api/central',
onesignalId: '57a5b6b8-1202-4aa8-b5af-45a0d1c31d8f'
};