From adfeb97f1ab97790e31df2522f50c2a4e37ed849 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 6 Apr 2018 11:43:19 +0200 Subject: [PATCH] app/config/conf.local.sample.yml: update to reflect the new OAuth implementation. --- app/config/conf.local.sample.yml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/app/config/conf.local.sample.yml b/app/config/conf.local.sample.yml index f365936..8fa5619 100644 --- a/app/config/conf.local.sample.yml +++ b/app/config/conf.local.sample.yml @@ -13,13 +13,7 @@ database: # OAuth #oauth: - #security_salt: value - #debug: 1 - - #Strategy: - # Google: - # client_id: value - # client_secret: value - # GitHub: - # client_id: value - # client_secret: value + #providers: + #github: + #clientId: value + #clientSecret: value