generated from ghga-de/microservice-repository-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example_config.yaml
39 lines (33 loc) · 922 Bytes
/
example_config.yaml
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
db_connection_str: '**********'
db_name: dev_db
from_address: test@test.com
generate_correlation_id: true
html_email_template: '<!DOCTYPE html><html><head></head><body style="color: #00393f;padding:
12px;"><h2>Dear $recipient_name,</h2><p>$plaintext_body</p><p>Warm regards,</p><h3>The
GHGA Team</h3></body></html>'
kafka_max_message_size: 1048576
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
notification_event_topic: notifications
notification_event_type: notification
plaintext_email_template: 'Dear $recipient_name,
$plaintext_body
Warm regards,
The GHGA Team'
service_instance_id: '001'
service_name: ns
smtp_auth:
password: '**********'
username: test@test.com
smtp_host: 127.0.0.1
smtp_port: 587
smtp_timeout: 60.0
use_starttls: false