Skip to content

Commit

Permalink
updated readme and example config
Browse files Browse the repository at this point in the history
  • Loading branch information
proletesseract committed Jan 12, 2017
1 parent 3aecfd4 commit e127dda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ Here are the detailed explaination of what the settings control and their defaul
| `OUTGOING.minAmount` | `int` | true | 10 | minimum transaction size the server will accept |
| `OUTGOING.maxAmount` | `int` | true | 10000 | maximum transaction size the server will accept |
| `OUTGOING.navPoolAmount` | `int` | true | 50000 | the size of the NAV pool, all funds exceeding this value get sent to the NAVTech fee address |
| `OUTGOING.txFeePayoutMin` | `int` | true | 100 | the minimum fee amount to accrue before sending a payout to the anonTxFeeAddress |
| `OUTGOING.anonTxFeeAddress` | `string` | true | `none` | NAV address used to collect the server processing fee. |
| `OUTGOING.notificationEmail` | `string` | true | `none` | email address error notifications will be sent to |
| `OUTGOING.smtp` | `object` | true | `none` | contains the settings to send notification emails via smtp |
Expand Down
1 change: 1 addition & 0 deletions config/example-outgoing.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"minAmount": 10,
"maxAmount": 10000,
"navPoolAmount": 50000,
"txFeePayoutMin": 100,
"anonTxFeeAddress": "NAVCOIN_TX_FEE_ADDRESS",
"notificationEmail": "[email protected]",
"smtp": {
Expand Down

0 comments on commit e127dda

Please sign in to comment.