Skip to content

Commit

Permalink
Merge pull request #3 from michielbdejong/patch-1
Browse files Browse the repository at this point in the history
config file example valid json
  • Loading branch information
jeff-zucker authored Nov 5, 2019
2 parents 17b84e6 + 37215f2 commit 60276c7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ Once in the shell, enter "help" to see a list of commands available in the shell

You will need to create a configuration file named ~/.solid-auth-cli-config.json. It should contain a JSON object holding your Identity Provider, username, aa base directory as explained below. It may optionally include your password. If you choose not to store your password in the file, sol will prompt you for a password.

```javascript
```json
{
idp : "...",
username : "...",
password : "...", // optional
base : ""
"idp" : "...",
"username" : "...",
"password" : "...", // optional
"base" : ""
}
```

Expand Down

0 comments on commit 60276c7

Please sign in to comment.