-
Notifications
You must be signed in to change notification settings - Fork 0
/
connect.yml
41 lines (41 loc) · 969 Bytes
/
connect.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
---
# host and port of a runnung tws- or gateway instance
:tws:
:production:
:host: localhost
:port: 4002 # 7496 # 4001/7496
# :client_id: 1433
:development:
:host: localhost
:port: 7496 # 4001/7496
# :client_id: 1434
:test:
:host: localhost
:port: 4002 # 7496 # 4001/7496
# :client_id: 1435
:account: DU167348 # Account to perform orders in test suite
# only needed if no account alias is specified in TWS
:user:
DF167347: DemoAdvisor
DU167348: FirstUser
# do not instantiate access to the following accounts
#:exclude:
# DU167349: SecondUser
:prices: delayed # or realtime
# host and credentials for the orientdb database
:orientdb:
:production:
:server: (ip or address)
:user: **
:password: **
:database: hc
:test:
:server: (ip or address)
:user: **
:password: **
:database: test
:development:
:server: (ip ord address)
:user: **
:password: **
:database: demo