mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-29 08:07:48 +01:00
clean up eslint configs
This commit is contained in:
@@ -11,7 +11,9 @@ const production = {
|
||||
'mongodb://localhost/todolist',
|
||||
},
|
||||
googleOAuth: {
|
||||
googleEnabled: process.env.GOOGLE_ENABLED.toUpperCase === 'TRUE',
|
||||
googleEnabled: process.env.GOOGLE_ENABLED
|
||||
? process.env.GOOGLE_ENABLED.toUpperCase === 'TRUE'
|
||||
: false,
|
||||
googleClientId: process.env.GOOGLE_CLIENT_ID,
|
||||
googleClientSecret: process.env.GOOGLE_CLIENT_SECRET,
|
||||
googleCallback: `${process.env.HOST}/__/users/login/google/callback`,
|
||||
|
||||
Reference in New Issue
Block a user