Clear up env directory

This commit is contained in:
Ben Goldsworthy 2021-03-20 23:41:10 +00:00
parent 08283ff3e4
commit 58d0265022
2 changed files with 11 additions and 1 deletions

View file

@ -5,8 +5,18 @@
export const environment = {
production: false,
apiUrl: 'https://dev.localspend.co.uk/api',
apiUrl: 'https://CHANGEME/api',
mapApiKey: 'CHANGEME',
enableAnalytics: false,
analyticsKey: 'CHANGEME',
firebase: {
apiKey: 'CHANGEME',
authDomain: 'CHANGEME.firebaseapp.com',
databaseURL: 'CHANGEME.firebaseio.com',
projectId: 'CHANGEME',
storageBucket: 'CHANGEME.appspot.com',
messagingSenderId: 'CHANGEME',
appId: 'CHANGEME',
measurementId: 'G-CHANGEME'
}
};