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.
1 parent c778240 commit 9c79a2fCopy full SHA for 9c79a2f
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
+used can be changed in the `metacpan_web.yaml` file. Ideally you would create a
106
new file called `metacpan_web_local.conf` 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