-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
49 lines (49 loc) · 1.01 KB
/
config.json
File metadata and controls
49 lines (49 loc) · 1.01 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
{
"auth": {
"endpoint": "http://localhost:8050/",
"read_all_perms": ["super_admin"],
"type": "micro",
"beamline_mapping": {
"mx_admin": ["i03"],
"em_admin": [
"m01",
"m02",
"m03",
"m04",
"m05",
"m06",
"m07",
"m08",
"m09",
"m10",
"m11",
"m12",
"m13",
"m14",
"m15",
"m16"
]
}
},
"mq": {
"host": "127.0.0.1",
"port": 5672,
"queue": "processing_recipe",
"vhost": "/",
"consumer_queue": "pato_notification",
"arguments": {
"x-dead-letter-exchange": ""
}
},
"ispyb": { "pool": 3, "overflow": 6 },
"facility": {
"contact_email": "pato@diamond.ac.uk",
"smtp_port": 26,
"smtp_server": "smtp.ac.uk",
"active_session_cutoff": 5,
"sample_handling_url": "https://ebic-sample-handling.diamond.ac.uk",
"frontend_url": "http://localhost:8080",
"users_only_on_industrial": false
},
"enable_cors": false
}