Skip to content

Commit 2e921f3

Browse files
authored
docs: Added the nuxt.config.js setting for ngrok.auth (#10)
1 parent f0c8269 commit 2e921f3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/content/en/options.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ If you don't want your Dev server to be exposed to the internet then you should
4040
NGROK_AUTH='user:pwd'
4141
```
4242

43+
```js{}[nuxt.config.js]
44+
export default {
45+
ngrok: {
46+
// module options
47+
auth: process.env.NGROK_AUTH
48+
}
49+
}
50+
```
4351
<alert type="warning">
4452

4553
Don't forget to make sure your `.env`file has been added to your `.gitignore`.

0 commit comments

Comments
 (0)