Clear up env directory
This commit is contained in:
parent
08283ff3e4
commit
58d0265022
2 changed files with 11 additions and 1 deletions
|
@ -5,8 +5,18 @@
|
||||||
|
|
||||||
export const environment = {
|
export const environment = {
|
||||||
production: false,
|
production: false,
|
||||||
apiUrl: 'https://dev.localspend.co.uk/api',
|
apiUrl: 'https://CHANGEME/api',
|
||||||
mapApiKey: 'CHANGEME',
|
mapApiKey: 'CHANGEME',
|
||||||
enableAnalytics: false,
|
enableAnalytics: false,
|
||||||
analyticsKey: 'CHANGEME',
|
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'
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
Binary file not shown.
Reference in a new issue