-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
29 lines (29 loc) · 1.06 KB
/
config.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
{
"SUPPORTED_LANGUAGES": [
{"key": "eng", "name": "English", "mobile": "en"},
{"key": "por", "name": "Português", "mobile": "pt"},
{"key": "ara", "name": "عَرَبي", "mobile": "عَرَ"},
{"key": "fra", "name": "Français", "mobile": "fr"},
{"key": "spa", "name": "Español", "mobile": "es"}
],
"DOMAIN": "https://gendereddisinfoandshocks.demcloud.org",
"SUBDIRECTORY": "/",
"TITLE": "State-Based Disinformation Campaigns During Times of Crises",
"DESCRIPTION": "Case Studies : Lebanon & Brazil",
"THUMBNAIL_FILEPATH": "thumbnail.jpg",
"AUTHOR": "National Democratic Institute",
"AUTHOR_DOMAIN": "https://ndi.org",
"EMAIL": "[email protected]",
"GOOGLE_ANALYTICS_ID": "G-005X6Y4G5M",
"TOR": {
"ENABLE": false,
"ONION_ADDRESS": "http://ADDR.onion"
},
"OF_INTEREST": [
[
{"key": "contains_disinfo", "value": "yes"},
{"key": "harms_women", "value": "yes"}
]
],
"MIN_NBR_OF_PUBLICATION_OF_INTEREST": 1
}