upload to codehub
This commit is contained in:
14
keys.js
Normal file
14
keys.js
Normal file
@@ -0,0 +1,14 @@
|
||||
module.exports = {
|
||||
google:{
|
||||
clientID: '288154823643-sqv4i0uk371rfrfqv5snfo6bmhgejs7j.apps.googleusercontent.com',
|
||||
clientSecret:'1d7ge7W3_iu4SOPC7HV5Kxel',
|
||||
},
|
||||
dbconfigs:{
|
||||
adminsCollection:"admins",
|
||||
vendorsCollection:"vendors",
|
||||
customerLikes:"customerLikes",
|
||||
},
|
||||
session:{
|
||||
cookieKey:"dgfjhdsgfjdsgjhghjsdf"
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user