-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathexample.json
More file actions
50 lines (50 loc) · 1.35 KB
/
Copy pathexample.json
File metadata and controls
50 lines (50 loc) · 1.35 KB
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
{
"website": {
"url": "https://berlin.run",
"domain": "berlin.run",
"name": "berlin.run"
},
"city": {
"name": "Berlin",
"lat": 52.520008,
"lon": 13.404954
},
"pages": {
"club": false,
"parkrun": false,
"support": true,
"watchlist": false
},
"contact": {
"email": "YOUR_MAIL_ADDRESS_HERE",
"feedback_form": "YOUR_FEEDBACK_FORM_URL_HERE",
"report_form_template": "YOUR_REPORT_FORM_TEMPLATE_URL_HERE, SUBSTRINGS 'NAME' AND 'URL' WILL BE REPLACED",
"instagram": "YOUR_INSTAGRAM_HERE (OPTIONAL)",
"mastodon": "YOUR_MASTODON_HERE (OPTIONAL)",
"whatsapp": "YOUR_WHATSAPP_HERE (OPTIONAL)",
"strava": "YOUR_STRAVA_CLUB_HERE (OPTIONAL)"
},
"footer_links": [
{
"name": "Laufveranstaltungen in Freiburg",
"url": "https://freiburg.run/"
},
{
"name": "Laufveranstaltungen in Heidelberg",
"url": "https://heidelberg.run"
}
],
"google": {
"api_key": "YOUR_API_KEY_HERE",
"sheet_id": "YOUR_SHEET_ID_HERE"
},
"index_now": {
"key": "YOUR_INDEX_NOW_KEY_HERE (OPTIONAL)"
},
"umami": {
"website_id": "YOUR_UMAMI_WEBSITE_ID (OPTIONAL)"
},
"notification": {
"enabled": true
}
}