diff --git a/src/environments/environment.ts b/src/environments/environment.ts index bd440f0..14f55a5 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -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' + } }; diff --git a/src/environments/environments.tar.enc b/src/environments/environments.tar.enc deleted file mode 100644 index 166b4e8..0000000 Binary files a/src/environments/environments.tar.enc and /dev/null differ