all files / src/environments/ environment.base.ts

100% Statements 1/1
100% Branches 0/0
100% Functions 0/0
100% Lines 1/1
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31                                                            
export const environmentBase = {
    production: false,
    protocol: 'http://',
    host: 'localhost:4200',
    defaultData: {
        defaultTitle: '',
        defaultDescription: '',
        'twitter:site': undefined,
        'twitter:creator': undefined,
        'fb:app_id': undefined,
        'fb:admins': undefined
    },
    Angulartics2: {
        gst: {
            trackingIds: ['UA-8121050-11']
        }
    },
    firebase: {
        apiKey: 'AIzaSyCBMHia-sEJ6srd8mnyfQqatMdZEtbyyqg',
        authDomain: 'super-murat-beta.firebaseapp.com',
        databaseURL: 'https://super-murat-beta.firebaseio.com',
        projectId: 'super-murat-beta',
        storageBucket: 'super-murat-beta.appspot.com',
        messagingSenderId: '1049127022657',
        appId: '1:1049127022657:web:11d999d7d785e02a'
    },
    cse: {
        cx: '009513577206836808676:joyznri9mmm'
    }
};