Skip to content

Commit

Permalink
Fix path to env example file
Browse files Browse the repository at this point in the history
  • Loading branch information
vterdunov committed Aug 26, 2018
1 parent bb40b4e commit c5d20a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ docker run -d --name=janna-api --env-file=envfile vterdunov/janna-api:<tag>

## Configuration
Janna accept environment variables as its config.
See available environment variables examples in [.env.example](https://github.com/vterdunov/janna-api/blob/master/.env.example). E.g.:
See available environment variables examples in [.env.example](https://github.com/vterdunov/janna-api/blob/master/config/.env.example). E.g.:
```bash
export VMWARE_URL=username:[email protected]
export VMWARE_INSECURE=1
Expand Down

0 comments on commit c5d20a4

Please sign in to comment.