-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathtesting.cfg
More file actions
33 lines (28 loc) · 835 Bytes
/
testing.cfg
File metadata and controls
33 lines (28 loc) · 835 Bytes
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
[buildout]
extends =
profiles/base.cfg
[scripts]
eggs +=
openprocurement.auction[test]
funcsigs
jarn.mkrelease
[auctions.ini]
external_couch_url = http://localhost:${ports:1}/auction
debug =
auto_build =
[auctions_data_bridge.yaml]
tenders_api_server = https://lb.api-sandbox.openprocurement.org
[auction_worker_defaults.json]
AUCTIONS_URL = http://localhost:${auctions.ini:port}/tenders/{auction_id}
STARTS_PORT = ${ports:7000}
TENDERS_API_URL = https://lb.api-sandbox.openprocurement.org/
OAUTH_BASE_URL = http://localhost:${ports:3}/api/
OAUTH_REQUEST_TOKEN_URL =
OAUTH_ACCESS_TOKEN_URL = http://localhost:${ports:3}/oauth/token
OAUTH_AUTHORIZE_URL = http://localhost:${ports:3}/oauth/authorize
WORKER_BIND_IP = 0.0.0.0
[project]
base-port = 12000
munin_password = munin_password
redis_host = 0.0.0.0
couchdb_host = 0.0.0.0