Skip to content

Commit 7d6b57e

Browse files
authored
Merge pull request #3361 from ehuelsmann/update-readme-local-yaml
Change configuration file name
2 parents dd7274a + 30160b1 commit 7d6b57e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 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
106-
new file called `metacpan_web_local.conf` that contains
105+
used can be changed in the `metacpan_web.yaml` file. Ideally you would create a
106+
new file called `metacpan_web_local.yaml` 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)