From f1307179a007b6a4c08c997768ec603fc7685d76 Mon Sep 17 00:00:00 2001 From: Clemens Krack Date: Tue, 21 Aug 2018 18:10:37 +0200 Subject: [PATCH] Remove env vars They are specific to one provider and this might not fit the use-case. --- knpuniversity/oauth2-client-bundle/1.20/manifest.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/knpuniversity/oauth2-client-bundle/1.20/manifest.json b/knpuniversity/oauth2-client-bundle/1.20/manifest.json index 865a13ad..bdc90b8f 100644 --- a/knpuniversity/oauth2-client-bundle/1.20/manifest.json +++ b/knpuniversity/oauth2-client-bundle/1.20/manifest.json @@ -4,11 +4,5 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - }, - "env": { - "#1": "Register for a facebook oauth app:", - "#2": "https://developers.facebook.com/apps/", - "FB_ID": "facebook-app-id", - "FB_SECRET": "facebook-secret" } }