homefront/src/environments/environment.ts

14 lines
493 B
TypeScript

export const environment = {
accuWeather: 'DktD9hoGvnnylAWDA3p1lVvqPXOAuRZD',
firebase: {
apiKey: "AIzaSyAs3FvBCADM66wR1-leBz6aIjK1wZfUxRo",
authDomain: "homefront-2ccb4.firebaseapp.com",
databaseURL: "https://homefront-2ccb4.firebaseio.com",
projectId: "homefront-2ccb4",
storageBucket: "homefront-2ccb4.appspot.com",
messagingSenderId: "482384317544"
},
production: false,
version: require('../../package.json').version
};