Skip to content

Commit 22ab168

Browse files
committed
Added missing instructions
1 parent c4a1367 commit 22ab168

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

content/guides/use-case/wiremock.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,13 @@ Follow the steps to setup a non-containerized Node application:
238238

239239
It’s time to set the environment variables in the `.env` file:
240240

241+
```plaintext
242+
ACCUWEATHER_API_KEY=XXXXXX
243+
API_ENDPOINT_BASE=http://dataservice.accuweather.com
244+
```
245+
246+
Make sure to populate `ACCUWEATHER_API_KEY` with the correct value.
247+
241248
4. Install the dependencies
242249

243250
Run the following command to install the required packages:
@@ -263,7 +270,7 @@ Follow the steps to setup a non-containerized Node application:
263270
> node src/index.js
264271

265272
API_ENDPOINT_BASE: http://dataservice.accuweather.com
266-
ACCUWEATHER_API_KEY: <your_api_key]
273+
ACCUWEATHER_API_KEY: <your_api_key
267274
Listening: http://localhost:5000
268275
```
269276

0 commit comments

Comments
 (0)