-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
66 lines (59 loc) · 1.45 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
main:
timezone: Europe/Kiev
max_bytes_limit: 5e+7
temp_dir_name: ds_reports # will be created in your system temp folder unless "directory" is specified
# directory: /Users/Optima/Projects/ds_reports/data # use this for a specific folder
sign_api:
sign_file_url: http://localhost:6543/sign/file
username: test
password: test
es:
host: http://10.6.4.227:9200
index: hpi-sandbox-*
username: test
password: test
journal_prefix: JOURNAL_
swift:
auth_version: 3
os_username: os_username
os_password: os_password
os_user_domain_name: default
os_project_name: os_project_name
os_project_domain_name: default
os_auth_url: https://swift/v3
temp_url_key: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
insecure: True
object_uu_threads: 20
container_prefix: doc-report-dev
email:
smtp_server: mail.dc.prozorro.gov.ua
smtp_port: 25
verified_email: [email protected]
use_tls: false
use_auth: false
username: ""
password: ""
brokers_emails:
test.quintagroup.com: [email protected]
netcast.com.ua:
logging:
version: 1
formatters:
default:
class: logging.Formatter
format: "%(asctime)s %(levelname)-8s %(message)s"
handlers:
console:
class: logging.StreamHandler
formatter: default
level: DEBUG
loggers:
"":
handlers: [console]
level: INFO
DocReportsLogger:
handlers: [console]
propagate: no
level: INFO