From b69202c789783b0258a49f67a084e3021d9318cc Mon Sep 17 00:00:00 2001 From: vjrj Date: Sat, 17 Mar 2018 17:21:16 +0100 Subject: [PATCH] Updated settings sample --- settings-development-sample.json | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/settings-development-sample.json b/settings-development-sample.json index 3c0a1fc..dba16f0 100644 --- a/settings-development-sample.json +++ b/settings-development-sample.json @@ -1,4 +1,8 @@ { + "PrerenderIO": { + "serviceUrl": "http://localhost:8080/", + "token": "yourtoken" + }, "gmaps": { "key": "" "serverKey": "" @@ -19,23 +23,22 @@ "MAIL_URL": "", "fireIconUrl": "https://testfuegos.comunes.org/fire-marker.png", "OAuth": { - "facebook": { - "appId": "", - "secret": "", - "loginStyle": "popup" - }, "google": { "clientId": "", "secret": "", "loginStyle": "popup" - }, - "github": { - "clientId": "", - "secret": "", - "loginStyle": "popup" } }, "proxies_count": 0, "ironPassword": "SomePasswordAlLeast32LongYouKnowHowToCount" + "twitter": { + "es": { + "when": "at 9:15 am also at 3:15 pm also at 10:00 pm", + "consumer_key": "...", + "consumer_secret": "...", + "access_token": "...", + "access_token_secret": "..." + } + } } }