Skip to content

Commit

Permalink
Fixing config issues on facebook-oauth2, twitter-oauth & validation
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevatkm committed Jun 4, 2016
1 parent 803c389 commit 12bbefe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion facebook-oauth2/conf/app.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 3 additions & 1 deletion twitter-oauth/conf/app.conf
Original file line number Diff line number Diff line change
@@ -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
4 changes: 3 additions & 1 deletion validation/conf/app.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 12bbefe

Please sign in to comment.