We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd7274a + 30160b1 commit 7d6b57eCopy full SHA for 7d6b57e
README.md
@@ -102,11 +102,11 @@ with `precious path/to/file`
102
103
The back end defaults to `api.metacpan.org/v1`. Running a local API server is
104
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
+used can be changed in the `metacpan_web.yaml` file. Ideally you would create a
+new file called `metacpan_web_local.yaml` that contains
107
108
```bash
109
-api http://127.0.0.1:5000
+api: http://127.0.0.1:5000
110
```
111
112
which will be loaded on top of the existing config file.
0 commit comments