-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathexample.config.yml
53 lines (51 loc) · 1.24 KB
/
example.config.yml
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
app:
# kafka_topic: example-topic
kafka_topic: notifications-1
coeff_retry: 1.901
http_accept_domain_debug:
- '.+\.pipedream.net'
- '(www.|)requestinspector.com'
- '(www.|)requestwatch.com'
- '.+\.mocklab.io'
# - 'testn1.free-ton.online'
meta_verification_name:
- ftpro-notify-verification
- google-site-verification
http_accept_user_agent:
- 'FtPro-Notify-Bot'
- '*'
info_title: Service name
info_descr: service description
info_logo: https://service.domain/logo.svg
info_support_surf: 0:a9ef47b6bec35e001d1f295b34b9ec9abc0ca5c8623de4f414b4fd0b0dc6ca08
mysql:
host: 127.0.0.1
port: 3306
database: http_notification # utf8mb4_general_ci
user: user
password: 'not_safe_password'
character: utf8mb4
kafka:
server: localhost:29092 # host kafka server localhost:29092
group_id: group1
password: my-super-secret-password
username: kafka_user
sasl_mechanisms: SCRAM-SHA-512
security_protocol: sasl_plaintext
redis:
host: localhost
port: 6379
database: 5
http_sender:
timeout: 30
connect_timeout: 5
http_server:
port: 8010
cors_hosts:
- '*'
# - localhost:8080
influxdb:
url: http://localhost:8086
token: 'my-super-secret-auth-token'
org: my-org
bucket: my-bucket