-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathconfig-sample.json
47 lines (46 loc) · 1.45 KB
/
config-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
{
"email": {
"smtp_host": "mail.server.tld",
"smtp_port": 465,
"smtp_secure": true,
"smtp_user": "johnny",
"smtp_password": "hunter2"
},
"comments": {
"service_url": "https://server.tld/comments",
"token_sender": "comments@server.tld",
"token_recipients": "admin@server.tld, moderator@server.tld",
"retention_days": 14,
"limit": 200
},
"suggest": {
"owner": "datenanfragen",
"repo": "data",
"branch": "master",
"github_token": "TOKEN",
"token_owner": "datenanfragen-community-edits"
},
"donation": {
"mollie": {
"api_key": "test_SECRET",
"endpoint": "https://api.mollie.com/v2/payments",
"other_methods": ["sofort", "giropay", "eps", "bancontact", "ideal", "kbc", "belfius", "inghomepay"]
},
"coingate": {
"api_key": "ALSO_$3Cr3t",
"endpoint": "https://api.coingate.com/v2/orders"
},
"currency": "EUR",
"retention_days": 14
},
"hacktoberfest": {
"sender": "Datenanfragen.de Hacktoberfest <noreply@mail.datenanfragen.de>",
"reply_to_email": "hacktoberfest@datenanfragen.de",
"github_token": "TOKEN"
},
"bbb": {
"api_url": "https://call.me.tld/bigbluebutton/api/",
"api_key": "c9a5a6878d97b48cc965c1e41859f034",
"admin_token": "c2f7805face4f01b9554d31c76ba76f9"
}
}