Skip to content

Change configuration file name #3361

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 25, 2025
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