Source: config/keys.js

/** Google client ID/secret and cookie session key module.
 * @module config/keys
 */

module.exports = {
    google: {
        clientID: '1012259665491-h9mjitf64jabj5b5fm03umu5c6a84t9o.apps.googleusercontent.com',
        clientSecret: 'bZtqSBXzK7MtfNHrSOXya8Us'
    },

    session: {
        cookieKey: 'websystemjustdoitgroup'
    }
};