From b49cac9d26f86904cadde231ec4ad50e3bfa1129 Mon Sep 17 00:00:00 2001 From: Simonas Karuzas Date: Thu, 14 Nov 2019 13:19:45 +0200 Subject: [PATCH] fix: Debug info --- packages/daf-cli/README.md | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/packages/daf-cli/README.md b/packages/daf-cli/README.md index 6833873b9..2dff4b1b6 100644 --- a/packages/daf-cli/README.md +++ b/packages/daf-cli/README.md @@ -6,15 +6,6 @@ npm -g i daf-cli ``` -## Configuration - ENV | Default | Description ----|---|--- - `DAF_IDENTITY_STORE` | `~/.daf/identity-store.json` | Identity keyPair storage - `DAF_DATA_STORE` | `~/.daf/data-store.sqlite3` | Sqlite3 database containing messages, credentials, presentations, etc. - `DAF_ENCRYPTION_STORE` | `~/.daf/encryption-store.json` | Encryption keyPair storage. Used for DIDComm - `DAF_INFURA_ID` | `5ffc47f65c4042ce847ef66a3fa70d4c` | Used for calls to the Ethereum blockchain - `DAF_UNIVERSAL_RESOLVER_URL` | `undefined` | Example `https://uniresolver.io/1.0/identifiers/`. If not provided - will use internal resolver - ## Usage ``` @@ -58,4 +49,16 @@ Universal resolver ``` DAF_UNIVERSAL_RESOLVER_URL=https://uniresolver.io/1.0/identifiers/ daf resolve did:github:gjgd -``` \ No newline at end of file +``` + +## Configuration + ENV | Default | Description +---|---|--- + `DEBUG` | `undefined` | Use `*` to see all debug info. [More options](https://github.com/visionmedia/debug#environment-variables) + `DAF_IDENTITY_STORE` | `~/.daf/identity-store.json` | Identity keyPair storage + `DAF_DATA_STORE` | `~/.daf/data-store.sqlite3` | Sqlite3 database containing messages, credentials, presentations, etc. + `DAF_ENCRYPTION_STORE` | `~/.daf/encryption-store.json` | Encryption keyPair storage. Used for DIDComm + `DAF_INFURA_ID` | `5ffc47f65c4042ce847ef66a3fa70d4c` | Used for calls to the Ethereum blockchain + `DAF_UNIVERSAL_RESOLVER_URL` | `undefined` | Example `https://uniresolver.io/1.0/identifiers/`. If not provided - will use internal resolver + `DAF_TG_URI` | `https://edge.uport.me/graphql` | Trust Graph Endpoint URL + `DAF_TG_WSURI` | `undefined` | Trust Graph Endpoint WebSocket URL \ No newline at end of file