Skip to content

Commit

Permalink
Add config description to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Jul 27, 2018
1 parent d02b9b4 commit cfca915
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ A nice npmjs.org-like web interface for jFrog Artifactory
npm install
```

Create a file `.jsfrog.config.json`in your home directory with the following properties:

```json
{
"artifactory": {
"baseURL": "http://<YOUR_ARTIFACTORY_BASE_URL>",
"apiKey": "<YOUR_ARTIFACTORY_API_KEY>",
"repoKey": "npm"
}
}

```

## Start App (Server and WebUI)

```bash
Expand Down

0 comments on commit cfca915

Please sign in to comment.