Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Ledger server is configurable by ENV variable "LEDGER_SERVER_URL"
Browse files Browse the repository at this point in the history
used by #4286
  • Loading branch information
Willy Bruns committed Sep 25, 2016
1 parent f51e1a3 commit c8b1884
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/ledger.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ var bootP = false
var client
const clientOptions = { debugP: process.env.LEDGER_DEBUG,
loggingP: process.env.LEDGER_LOGGING,
verboseP: process.env.LEDGER_VERBOSE
verboseP: process.env.LEDGER_VERBOSE,
server: process.env.LEDGER_SERVER_URL
}

/*
Expand Down

0 comments on commit c8b1884

Please sign in to comment.