15 lines
381 B
JavaScript
15 lines
381 B
JavaScript
module.exports = {
|
|
google:{
|
|
clientID: '288154823643-sqv4i0uk371rfrfqv5snfo6bmhgejs7j.apps.googleusercontent.com',
|
|
clientSecret:'1d7ge7W3_iu4SOPC7HV5Kxel',
|
|
},
|
|
dbconfigs:{
|
|
adminsCollection:"admins",
|
|
vendorsCollection:"vendors",
|
|
customerLikes:"customerLikes",
|
|
},
|
|
session:{
|
|
cookieKey:"dgfjhdsgfjdsgjhghjsdf"
|
|
}
|
|
};
|