diff --git a/wrappid.conf.json b/wrappid.conf.json index 75cd227..dc496c0 100644 --- a/wrappid.conf.json +++ b/wrappid.conf.json @@ -11,7 +11,28 @@ "drawerWidth": 240, "miniDrawerWidth": 56, "snackMessage": false, - "otpLength": 6 + "otpLength": 6, + "socialLogin": { + "enable": true, + "github": { + "enable": true, + "apiKey": "xxxxxxxxxxxxxxxxxxxxxxxx", + "apiKeySecret": "xxxxxxxxxxxxxxxxxxxxxxxx", + "callbackURL": "xxxxxxxxxxxxxxxxxxxxxxxx" + }, + "facebook": { + "enable": true, + "apiKey": "xxxxxxxxxxxxxxxxxxxxxxxx", + "apiKeySecret": "xxxxxxxxxxxxxxxxxxxxxxxx", + "callbackURL": "xxxxxxxxxxxxxxxxxxxxxxxx" + }, + "linkedin": { + "enable": true, + "apiKey": "xxxxxxxxxxxxxxxxxxxxxxxx", + "apiKeySecret": "xxxxxxxxxxxxxxxxxxxxxxxx", + "callbackURL": "xxxxxxxxxxxxxxxxxxxxxxxx" + } + } }, "stage": { "environment": "stage", @@ -25,7 +46,28 @@ "drawerWidth": 240, "miniDrawerWidth": 56, "snackMessage": false, - "otpLength": 6 + "otpLength": 6, + "socialLogin": { + "enable": true, + "github": { + "enable": true, + "apiKey": "xxxxxxxxxxxxxxxxxxxxxxxx", + "apiKeySecret": "xxxxxxxxxxxxxxxxxxxxxxxx", + "callbackURL": "xxxxxxxxxxxxxxxxxxxxxxxx" + }, + "facebook": { + "enable": true, + "apiKey": "xxxxxxxxxxxxxxxxxxxxxxxx", + "apiKeySecret": "xxxxxxxxxxxxxxxxxxxxxxxx", + "callbackURL": "xxxxxxxxxxxxxxxxxxxxxxxx" + }, + "linkedin": { + "enable": true, + "apiKey": "xxxxxxxxxxxxxxxxxxxxxxxx", + "apiKeySecret": "xxxxxxxxxxxxxxxxxxxxxxxx", + "callbackURL": "xxxxxxxxxxxxxxxxxxxxxxxx" + } + } }, "prod": { "environment": "production", @@ -39,6 +81,27 @@ "drawerWidth": 240, "miniDrawerWidth": 56, "snackMessage": false, - "otpLength": 6 + "otpLength": 6, + "socialLogin": { + "enable": true, + "github": { + "enable": true, + "apiKey": "xxxxxxxxxxxxxxxxxxxxxxxx", + "apiKeySecret": "xxxxxxxxxxxxxxxxxxxxxxxx", + "callbackURL": "xxxxxxxxxxxxxxxxxxxxxxxx" + }, + "facebook": { + "enable": true, + "apiKey": "xxxxxxxxxxxxxxxxxxxxxxxx", + "apiKeySecret": "xxxxxxxxxxxxxxxxxxxxxxxx", + "callbackURL": "xxxxxxxxxxxxxxxxxxxxxxxx" + }, + "linkedin": { + "enable": true, + "apiKey": "xxxxxxxxxxxxxxxxxxxxxxxx", + "apiKeySecret": "xxxxxxxxxxxxxxxxxxxxxxxx", + "callbackURL": "xxxxxxxxxxxxxxxxxxxxxxxx" + } + } } } \ No newline at end of file