From 12bbefedb617807f1a22217da2beb59bbac0a804 Mon Sep 17 00:00:00 2001 From: Jeevanandam M Date: Sat, 4 Jun 2016 13:56:38 -0700 Subject: [PATCH] Fixing config issues on facebook-oauth2, twitter-oauth & validation --- facebook-oauth2/conf/app.conf | 4 +++- twitter-oauth/conf/app.conf | 4 +++- validation/conf/app.conf | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/facebook-oauth2/conf/app.conf b/facebook-oauth2/conf/app.conf index cb641ba..dee50e4 100644 --- a/facebook-oauth2/conf/app.conf +++ b/facebook-oauth2/conf/app.conf @@ -2,6 +2,8 @@ app.name=Facebook OAuth2 app.secret=ly2bgKNgQ7BSoWW8BZ33Tos9Z9hy2Ck6bFXotLxwSaXk60iXPqlZUKnJpGVoIHhs module.static=github.com/revel/modules/static module.testrunner=github.com/revel/modules/testrunner -mode.dev=true [dev] +mode.dev=true + [prod] +mode.dev=false diff --git a/twitter-oauth/conf/app.conf b/twitter-oauth/conf/app.conf index 67f028d..797d677 100644 --- a/twitter-oauth/conf/app.conf +++ b/twitter-oauth/conf/app.conf @@ -1,6 +1,8 @@ app.secret=e227tafmfs0xrexah43hm34kkrcetav48nwk9x037wp87jkrp06m7n8wc8m7gbag module.static=github.com/revel/modules/static module.testrunner=github.com/revel/modules/testrunner -mode.dev=true [dev] +mode.dev=true + [prod] +mode.dev=false diff --git a/validation/conf/app.conf b/validation/conf/app.conf index 1ea9fe5..217c77a 100644 --- a/validation/conf/app.conf +++ b/validation/conf/app.conf @@ -2,6 +2,8 @@ app.name=Sample validation app.secret=774a66ffb3d8113a2f730bbb33192251dc521ab0bee1bb0d88290299fe05c618 module.static=github.com/revel/modules/static module.testrunner=github.com/revel/modules/testrunner -mode.dev=true [dev] +mode.dev=true + [prod] +mode.dev=false