From c8ecc5a7a3cf22a131dbe951b9c5082d2e07624a Mon Sep 17 00:00:00 2001 From: Michiel de Jong Date: Tue, 20 Jun 2017 12:45:14 +0200 Subject: [PATCH] feat: separate ledger name from RPC URL --- app.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app.json b/app.json index e0988466..2179bc14 100644 --- a/app.json +++ b/app.json @@ -88,8 +88,8 @@ "value": "true" }, "CONNECTOR_LEDGERS": { - "description": "[NEEDS CHANGE] Look into the JSON, and replace ~TWO~ , plus choose a connector password", - "value": "{\"g..\":{\"currency\":\"USD\",\"plugin\":\"ilp-plugin-bells\",\"options\":{\"account\":\"https://.herokuapp.com/ledger/accounts/connector\",\"username\":\"connector\",\"password\":\"connector\"}}}" + "description": "[NEEDS CHANGE] Look into the JSON, and replace , , plus choose a connector password", + "value": "{\"g..\":{\"currency\":\"USD\",\"plugin\":\"ilp-plugin-bells\",\"options\":{\"account\":\"https://.herokuapp.com/ledger/accounts/connector\",\"username\":\"connector\",\"password\":\"connector\"}}}" }, "CONNECTOR_LOG_LEVEL": { "value": "info" @@ -116,8 +116,8 @@ "value": "9" }, "LEDGER_ILP_PREFIX": { - "description": "[NEEDS CHANGE] Change to your appname (no spaces, alltogether)", - "value": "g.." + "description": "[NEEDS CHANGE] Change to your ledger name (no spaces, alltogether)", + "value": "g.." }, "LEDGER_PRECISION": { "value": "10"