-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json-example
More file actions
101 lines (101 loc) · 2.33 KB
/
Copy pathconfig.json-example
File metadata and controls
101 lines (101 loc) · 2.33 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"events": [
{
"name": "EMF 2026",
"start_date": "2026-07-12",
"end_date": "2026-07-20",
"signal_padding": {
"before_event_days": 2,
"after_event_days": 2
},
"signal_group_id": null,
"signal_mode": "fallback_only",
"dispatcher_emails": [
"event-dispatcher@emfcamp.org"
],
"dispatcher_session_ttl_hours": 8,
"dispatcher_session_max_devices": 2,
"emf_phone_mode": "disabled",
"emf_phone_targets": []
},
{
"name": "EMF 2024",
"start_date": "2024-05-30",
"end_date": "2024-06-02"
},
{
"name": "EMF 2022",
"start_date": "2022-06-02",
"end_date": "2022-06-05"
},
{
"name": "EMF 2018",
"start_date": "2018-08-31",
"end_date": "2018-09-02"
},
{
"name": "EMF 2016",
"start_date": "2016-08-05",
"end_date": "2016-08-07"
},
{
"name": "EMF 2014",
"start_date": "2014-08-29",
"end_date": "2014-08-31"
},
{
"name": "EMF 2012",
"start_date": "2012-08-31",
"end_date": "2012-09-02"
}
],
"conduct_emails": [
"conduct@emfcamp.org"
],
"urgency_levels": [
"low",
"medium",
"high",
"urgent"
],
"pronouns": [
"Ze/Zir/Zirs",
"Xe/Xem/Xyrs",
"Fae/Faer/Faerself",
"Fur/Furs/Furself",
"He/Him/His",
"She/Her/Hers",
"They/Them/Theirs",
"It/Its"
],
"site_map": {
"lat": 52.04166,
"lon": -2.37767,
"zoom": 15.63,
"map_url": "https://map.emfcamp.org"
},
"smtp": {
"host": "host.docker.internal",
"port": 587,
"from_addr": "conduct@emfcamp.org",
"use_tls": true,
"username": "conduct@emfcamp.org"
},
"_comment_smtp": "smtp_password goes in .env as SMTP_PASSWORD — never in config.json",
"panel_base_url": "https://panel.emfcamp.org",
"mattermost_url": "http://mattermost:8065",
"mattermost_channel_id": "changeme",
"mattermost_webhook": null,
"slack_webhook": null,
"domains": {
"report": "report.emf-forms.internal",
"panel": "panel.emf-forms.internal",
"map": "map.emf-forms.internal",
"swagger": "swagger.emf-forms.internal"
},
"attachment_backend": "local",
"attachment_max_bytes": 10485760,
"attachment_max_per_case": 3,
"rate_limit_per_minute": 5,
"rate_limit_per_hour": 20
}