Skip to content

Commit 9c79a2f

Browse files
authored
Update configuration file name
The configuration mentions `metacpan_web.conf`, which in fact has become `metacpan_web.yaml`.
1 parent c778240 commit 9c79a2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,11 @@ with `precious path/to/file`
102102

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

108108
```bash
109-
api: http://127.0.0.1:5000
109+
api http://127.0.0.1:5000
110110
```
111111

112112
which will be loaded on top of the existing config file.

0 commit comments

Comments
 (0)