forked from openprocurement/openprocurement.buildout
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproduction.cfg
47 lines (42 loc) · 1.24 KB
/
production.cfg
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
[buildout]
extends = base.cfg journal.cfg versions.cfg
extensions =
parts +=
logrotate.conf
logrotate-hourly
awscli
[circus.ini]
webapp = True
statsd = False
contracting_data_bridge =
competitive_dialogue_data_bridge =
# log_size = 134217728
# backup_count = 5
[contracting_data_bridge.yaml]
tenders_api_server = https://lb.api.openprocurement.org
tenders_api_version = 2.3
contracting_api_server = https://lb.api.openprocurement.org
contracting_api_version = 2.3
public_tenders_api_server = https://public.api.openprocurement.org
buffers_size = 500
full_stack_sync_delay = 15
empty_stack_sync_delay = 101
on_error_sleep_delay = 5
[competitive_dialogue_data_bridge.yaml]
tenders_api_server = https://lb.api.openprocurement.org
tenders_api_version = 2.3
[logrotate.conf]
logs_bucket = openprocurement-logs
[versions]
openprocurement.api = 2.3.43
openprocurement.chronograph = 0.6.5
openprocurement.concord = 0.4
openprocurement.planning.api = 2.3.5
openprocurement.tender.limited = 2.3.21
openprocurement.tender.openeu = 2.3.24
openprocurement.tender.openua = 2.3.19
openprocurement.tender.openuadefense = 2.3.19
openprocurement.tender.competitivedialogue = 1.0.7
openprocurement.contracting.api = 2.3.18
openprocurement-client = 1.0b2
penstock = 0.2.0