Updated settings sample

This commit is contained in:
vjrj 2018-03-17 17:21:16 +01:00
parent 77f0f159ab
commit b69202c789

View file

@ -1,4 +1,8 @@
{ {
"PrerenderIO": {
"serviceUrl": "http://localhost:8080/",
"token": "yourtoken"
},
"gmaps": { "gmaps": {
"key": "" "key": ""
"serverKey": "" "serverKey": ""
@ -19,23 +23,22 @@
"MAIL_URL": "", "MAIL_URL": "",
"fireIconUrl": "https://testfuegos.comunes.org/fire-marker.png", "fireIconUrl": "https://testfuegos.comunes.org/fire-marker.png",
"OAuth": { "OAuth": {
"facebook": {
"appId": "",
"secret": "",
"loginStyle": "popup"
},
"google": { "google": {
"clientId": "", "clientId": "",
"secret": "", "secret": "",
"loginStyle": "popup" "loginStyle": "popup"
},
"github": {
"clientId": "",
"secret": "",
"loginStyle": "popup"
} }
}, },
"proxies_count": 0, "proxies_count": 0,
"ironPassword": "SomePasswordAlLeast32LongYouKnowHowToCount" "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": "..."
}
}
} }
} }