Skip to content

Commit

Permalink
proxy support
Browse files Browse the repository at this point in the history
  • Loading branch information
reedrosenbluth committed Jul 22, 2015
1 parent b047b2e commit cf95240
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/apifactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ var logger = require('./logger').logger;

var OPTIONS = {
servers: config.get('rippled_servers'),
proxy: config.get('proxy'),
max_fee: parseFloat(config.get('max_transaction_fee')),
database_path: config.get('NODE_ENV') === 'test'
? ':memory:' : config.get('db_path'),
Expand Down

0 comments on commit cf95240

Please sign in to comment.