Skip to content

Commit

Permalink
feat: separate ledger name from RPC URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Michiel de Jong authored and michielbdejong committed Jun 21, 2017
1 parent fcc26e9 commit c8ecc5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
"value": "true"
},
"CONNECTOR_LEDGERS": {
"description": "[NEEDS CHANGE] Look into the JSON, and replace ~TWO~ <APP-NAME>, plus choose a connector password",
"value": "{\"g.<APP-NAME>.\":{\"currency\":\"USD\",\"plugin\":\"ilp-plugin-bells\",\"options\":{\"account\":\"https://<APP-NAME>.herokuapp.com/ledger/accounts/connector\",\"username\":\"connector\",\"password\":\"connector\"}}}"
"description": "[NEEDS CHANGE] Look into the JSON, and replace <LEDGER-NAME>, <APP-NAME>, plus choose a connector password",
"value": "{\"g.<LEDGER-NAME>.\":{\"currency\":\"USD\",\"plugin\":\"ilp-plugin-bells\",\"options\":{\"account\":\"https://<APP-NAME>.herokuapp.com/ledger/accounts/connector\",\"username\":\"connector\",\"password\":\"connector\"}}}"
},
"CONNECTOR_LOG_LEVEL": {
"value": "info"
Expand All @@ -116,8 +116,8 @@
"value": "9"
},
"LEDGER_ILP_PREFIX": {
"description": "[NEEDS CHANGE] Change to your appname (no spaces, alltogether)",
"value": "g.<APPNAME>."
"description": "[NEEDS CHANGE] Change to your ledger name (no spaces, alltogether)",
"value": "g.<LEDGER-NAME>."
},
"LEDGER_PRECISION": {
"value": "10"
Expand Down

0 comments on commit c8ecc5a

Please sign in to comment.