Files
amble_api/keys.js

15 lines
381 B
JavaScript
Raw Permalink Normal View History

2025-07-15 15:54:43 +05:30
module.exports = {
google:{
clientID: '288154823643-sqv4i0uk371rfrfqv5snfo6bmhgejs7j.apps.googleusercontent.com',
clientSecret:'1d7ge7W3_iu4SOPC7HV5Kxel',
},
dbconfigs:{
adminsCollection:"admins",
vendorsCollection:"vendors",
customerLikes:"customerLikes",
},
session:{
cookieKey:"dgfjhdsgfjdsgjhghjsdf"
}
};