Initiate angular project with firebase and base components
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
appName: 'DiscoTrip',
|
||||
production: false,
|
||||
env: 'production',
|
||||
firebaseConfig: {
|
||||
apiKey: 'AIzaSyDe48emSyoXS3WV6vM4GjYiJwdcMhcspqY',
|
||||
authDomain: 'disco-trip.firebaseapp.com',
|
||||
|
||||
@@ -3,7 +3,9 @@
|
||||
// The list of file replacements can be found in `angular.json`.
|
||||
|
||||
export const environment = {
|
||||
appName: 'DiscoTrip',
|
||||
production: false,
|
||||
env: 'local',
|
||||
firebaseConfig: {
|
||||
apiKey: 'AIzaSyDe48emSyoXS3WV6vM4GjYiJwdcMhcspqY',
|
||||
authDomain: 'disco-trip.firebaseapp.com',
|
||||
|
||||
Reference in New Issue
Block a user