kulapio / libra-service

Libra Service Api for testnet
https://documenter.getpostman.com/view/1671913/S1a32SZ5?version=latest
MIT License
44 stars 18 forks source link

Update service to serve with dynamic config env #3

Closed suraneti closed 5 years ago

suraneti commented 5 years ago

Motivation

  1. Update service to serve with dynamic config from .env file (Added dotenv dependency)
  2. It's seem like some line have added semicolon but some line doesn't, so I have removed semicolon to make it same standard.

Test Plan

no new feature and 'node index.js' ran successful with .env and without .env file

totiz commented 5 years ago

Look great, let me test for a minute.

totiz commented 5 years ago

Thanks @suraneti merged!!