mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-07-02 16:50:06 +08:00
bd8b510a73
removed personal details
9 lines
201 B
JavaScript
9 lines
201 B
JavaScript
module.exports = {
|
|
'googleAuth' : {
|
|
'clientID' : 'your-secret-clientID-here',
|
|
'clientSecret' : 'your-client-secret-here',
|
|
'callbackURL' : 'http://localhost:3000/auth/google/callback'
|
|
}
|
|
};
|
|
|