Updated settings sample
This commit is contained in:
parent
77f0f159ab
commit
b69202c789
1 changed files with 13 additions and 10 deletions
|
|
@ -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": "..."
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue