Skip to content

Commit

Permalink
Update config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhson1085 committed May 5, 2020
1 parent 03f7992 commit 81da76a
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
coingecko_api_url: https://api.coingecko.com/api/v3
db_name: tomodex
env: dev
log_level: DEBUG
Expand All @@ -9,17 +8,10 @@ tomochain:
lending_contract_address: lendingsmartcontract
http_url: http://localhost:8545
ws_url: ws://localhost:8546
jwt_signing_key: QfCAH04Cob7b71QCqy738vw5XGSnFZ9d
jwt_verification_key: QfCAH04Cob7b71QCqy738vw5XGSnFZ9d
logs:
engine: ./engine.log
main: ./main.log
operator: ./operator.log
api_auth_key: QfCAH04Cob7b71QCqy738vw5XGSnFZ9d
mongo_url: localhost:27017
rabbitmq_url: amqp://guest:guest@localhost:5672/
server_port: 8080
simulated: false
supported_currencies: ETH,TOMO,BTC,USDT
tick_duration:
day:
- 1
Expand All @@ -40,4 +32,4 @@ tick_duration:
week:
- 1
year:
- 1
- 1

0 comments on commit 81da76a

Please sign in to comment.