Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ with `precious path/to/file`

The back end defaults to `api.metacpan.org/v1`. Running a local API server is
optional and not required to hack on the front end. The address to the API being
used can be changed in the `metacpan_web.conf` file. Ideally you would create a
new file called `metacpan_web_local.conf` that contains
used can be changed in the `metacpan_web.yaml` file. Ideally you would create a
new file called `metacpan_web_local.yaml` that contains

```bash
api http://127.0.0.1:5000
api: http://127.0.0.1:5000
```

which will be loaded on top of the existing config file.
Expand Down
Loading