From aaf2feefb2d2b848079c1882ae1eaa45908aa1ec Mon Sep 17 00:00:00 2001 From: mariacos Date: Wed, 5 Jun 2019 10:46:52 -0400 Subject: [PATCH] removed authentication secrets from config --- grails-app/conf/Config.groovy | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/grails-app/conf/Config.groovy b/grails-app/conf/Config.groovy index 0a2bc226b..bcbea75cd 100755 --- a/grails-app/conf/Config.groovy +++ b/grails-app/conf/Config.groovy @@ -974,7 +974,4 @@ portal.data.versionDesignator = [ new PortalVersionBean("t2d", // label for -// Here the secret authentication strings - -auth.providers.twitter.secret = 'l3dJBs3w9QraAuivcfaqdjVGkJ4cxQSMMNNkZ6v9bwz8nXBCXQ' -oauth.providers.google.secret = 'HKIxi3AOLAgyFV6lDJQCfEgY' \ No newline at end of file +// Here the secret authentication strings \ No newline at end of file