Skip to content

Commit

Permalink
fix: Debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat committed Nov 14, 2019
1 parent e881665 commit b49cac9
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions packages/daf-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

```
Expand Down Expand Up @@ -58,4 +49,16 @@ Universal resolver

```
DAF_UNIVERSAL_RESOLVER_URL=https://uniresolver.io/1.0/identifiers/ daf resolve did:github:gjgd
```
```

## 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

0 comments on commit b49cac9

Please sign in to comment.