-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsettings-development-sample.json
62 lines (62 loc) · 1.49 KB
/
settings-development-sample.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"PrerenderIO": {
"serviceUrl": "http://localhost:8080/",
"token": "yourtoken"
},
"gmaps": {
"key": "",
"serverKey": ""
},
"piwik": {
"url": "",
"site_id": 1
},
"sentryPrivateDSN": "",
"public": {
"sentryPublicDSN": "",
"telegramAuth": 1
},
"private": {
"testEmail": "[email protected]",
"testMailer": false,
"debugMailer": false,
"MAIL_URL": "",
"// isMailServer": "See: https://github.com/VeliovGroup/Mail-Time",
"isMailServer": true,
"fireIconUrl": "https://testfuegos.comunes.org/fire-marker.png",
"OAuth": {
"google": {
"clientId": "",
"secret": "",
"loginStyle": "popup"
}
},
"fcmApiToken": "",
"proxies_count": 0,
"ironPassword": "SomePasswordAlLeast32LongYouKnowHowToCount",
"internalApiToken": "someSimilarPasswordForUseOurAPIinternally",
"cron": {
"debug": false
},
"twitter": {
"es": {
"enabled": true,
"comment": "using later.js",
"when": "at 9:15 am also at 3:15 pm also at 10:00 pm",
"consumer_key": "...",
"consumer_secret": "...",
"access_token": "...",
"access_token_secret": "..."
},
"en": {
"enabled": true,
"comment": "using later.js",
"when": "at 9:15 am also at 3:15 pm also at 10:00 pm",
"consumer_key": "...",
"consumer_secret": "...",
"access_token": "...",
"access_token_secret": "..."
}
}
}
}