Initial commit
This commit is contained in:
20
templates/config/peatio/seed/engines.yml.erb
Normal file
20
templates/config/peatio/seed/engines.yml.erb
Normal file
@@ -0,0 +1,20 @@
|
||||
- name: peatio-default-engine
|
||||
driver: peatio
|
||||
state: online
|
||||
- name: local-finex-spot-engine
|
||||
driver: finex-spot
|
||||
state: online
|
||||
- name: opendax-finex-spot-engine
|
||||
driver: opendax
|
||||
url: https://www.opendax.io/api/v2/finex
|
||||
key: ""
|
||||
secret: ""
|
||||
# The data field for store some special data engine
|
||||
# Can be used in upstream worker
|
||||
data: |
|
||||
{
|
||||
"rest"=>"https://www.opendax.io/api/v2/finex",
|
||||
"websocket"=>"wss://www.opendax.io/api/v2/ranger",
|
||||
"trade_proxy"=>true,
|
||||
}
|
||||
state: online
|
||||
Reference in New Issue
Block a user