todos-contra-el-fuego-web/settings-development-sample.json
2018-03-12 13:25:57 +01:00

41 lines
817 B
JSON

{
"gmaps": {
"key": ""
"serverKey": ""
},
"piwik": {
"url": "",
"site_id": 1
},
"sentryPrivateDSN": "",
"public": {
"sentryPublicDSN": "",
"telegramAuth": 1
},
"private": {
"testEmail": "someone@example.com",
"testMailer": false,
"debugMailer": false,
"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"
}
}