-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapi.cfg
More file actions
60 lines (53 loc) · 2.01 KB
/
api.cfg
File metadata and controls
60 lines (53 loc) · 2.01 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
[buildout]
extends = profiles/preview.cfg
#profiles/penstock.cfg
[couchdb.ini]
host = 0.0.0.0
port = 5990
username = ea2_db_admin
password = ea2_db_password
reader_username = ea2_db_reader
reader_password = ea2_db_reader_password
munin = munin_password
[circus.ini]
sandbox_mode = True
web_port = 8008
chronograph_port = 8018
chronograph = True
webapp2 = True
statsd = 0
concord = True
httpd =
[logrotate.conf]
logs_dir =
logs_bucket =
aws_access_key =
aws_secret_key =
[openprocurement.api.ini]
id = 1
couchdb_url = http://api:api_password@${couchdb.ini:host}:${couchdb.ini:port}/
docservice_upload_url = http://ds-sandbox.psale/upload
docservice_url = http://ds-sandbox.psale/get
docservice_username = api23
docservice_password = 8cdd6f2a8acb45e4b5fcf0d2c160c5f1
dockey = fddf75d6de0859a06a78ad26f10b59e57a078c5d7314291a58d9eb6e02de3489
dockeys =
c775088c7a955b5904b58d4b6de0ba88816029270f77881af9a8dee36c4f7065
plugins = auctions.flash,auctions.core,auctions.dgf
[chronograph.ini]
api_url = http://api-sandbox.psale/api/2.3/
api_token = 25c0010c20d34e3ab41486b8018cc7b9
couchdb_url = http://chronograph:chronograph_password@${couchdb.ini:host}:${couchdb.ini:port}/
[penstock.yaml]
<= config-from-template
prefix =
replication_b.api-database.service.sandbox:
sources:
- url: http://ea2_db_reader:ea2_db_reader_password@b.api-database.service.sandbox:${couchdb.ini:port}/${openprocurement.api.ini:couchdb_db}
target: http://api:api_password@localhost:${couchdb.ini:port}/${openprocurement.api.ini:couchdb_db}
admin: http://${couchdb.ini:username}:${couchdb.ini:password}@localhost:${couchdb.ini:port}
replication_c.api-database.service.sandbox:
sources:
- url: http://ea2_db_reader:ea2_db_reader_password@c.api-database.service.sandbox:${couchdb.ini:port}/${openprocurement.api.ini:couchdb_db}
target: http://api:api_password@localhost:${couchdb.ini:port}/${openprocurement.api.ini:couchdb_db}
admin: http://${couchdb.ini:username}:${couchdb.ini:password}@localhost:${couchdb.ini:port}