-
Notifications
You must be signed in to change notification settings - Fork 0
/
config_sample.json
42 lines (42 loc) · 992 Bytes
/
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
{
"kafka": {
"topics": ["KAFKA_TOPIC_1","KAFKA_TOPIC_2"],
"group_id": "GROUP_ID",
"bootstrap_servers": [
"HOST:9092"
],
"enable_auto_commit": true,
"auto_offset_reset": "earliest"
},
"user_office": {
"host": "https://useroffice.host",
"username": "USERNAME",
"password": "PASSWORD"
},
"scicat": {
"host": "https://scicat.host",
"username": "USERNAME",
"password": "PASSWORD"
},
"dataset": {
"instrument_id" : "",
"instrument" : "INSTRUMENT_NAME",
"default_proposal_id" : "714781",
"ownable" : {
"ownerGroup": "ess",
"accessGroups": ["ymir","swap"]
}
},
"options": {
"config_file" : "config.json",
"verbose" : false,
"file_log" : false,
"file_log_base_name" : ".scicat_ingestor_log",
"file_log_timestamp" : false,
"debug_level" : "INFO",
"system_log" : false,
"system_log_facility" : "mail",
"log_prefix" : " SFI: ",
"check_by_job_id" : true
}
}