UNPKG

easy-express-cwa

Version:

CLI tool to setup a common Express.js backend developed by codewithashim

9 lines (7 loc) 221 B
import config from "../config"; export const strategyConfig = { clientID: config.google.clientId, clientSecret: config.google.clientSecret, callbackURL: config.google.callbackUrl, scope: ["profile", "email"], };