-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample_config.yaml
More file actions
62 lines (62 loc) · 1.47 KB
/
example_config.yaml
File metadata and controls
62 lines (62 loc) · 1.47 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
access_url: http://127.0.0.1:8080/
accession_map_topic: file-accession-mappings
accession_maps_collection: accessionMaps
api_root_path: ''
auth_algs:
- ES256
auth_check_claims:
email: null
exp: null
iat: null
id: null
name: null
auth_key: '{}'
auth_map_claims: {}
auto_reload: true
cors_allow_credentials: false
cors_allowed_headers: []
cors_allowed_methods: []
cors_allowed_origins: []
cors_exposed_headers: null
dataset_change_topic: metadata-datasets
dataset_deletion_type: dataset_deleted
dataset_upsertion_type: dataset_created
datasets_collection: datasets
db_name: dev-db
db_version_collection: wpsDbVersions
docs_url: /docs
enable_opentelemetry: false
generate_correlation_id: true
host: 127.0.0.1
kafka_compression_type: null
kafka_dlq_topic: dlq
kafka_enable_dlq: true
kafka_max_message_size: 1048576
kafka_max_retries: 0
kafka_retry_backoff: 0
kafka_security_protocol: PLAINTEXT
kafka_servers:
- kafka:9092
kafka_ssl_cafile: ''
kafka_ssl_certfile: ''
kafka_ssl_keyfile: ''
kafka_ssl_password: ''
log_format: null
log_level: INFO
log_traceback: true
migration_max_wait_sec: null
migration_wait_sec: 10
mongo_dsn: '**********'
mongo_timeout: null
openapi_url: /openapi.json
otel_trace_sampling_rate: 1.0
port: 8080
research_data_upload_box_topic: upload-boxes
service_instance_id: wps_1
service_name: wps
timeout_keep_alive: 90
upload_boxes_collection: uploadBoxes
work_package_signing_key: '**********'
work_package_valid_days: 30
work_packages_collection: workPackages
workers: 1