Skip to content

Commit

Permalink
docs: adjust env property to match runtimeConfig (#21265)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamandrewluca committed May 30, 2023
1 parent c9adf70 commit bec01c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/3.api/1.composables/use-runtime-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ It is possible to update runtime config values using a matching environment vari
We can set the environment variables inside the `.env` file to make them accessible during **development** and **build/generate**.

``` [.env]
NUXT_PUBLIC_API_BASE_URL = "https://api.localhost:5555"
NUXT_PUBLIC_API_BASE = "https://api.localhost:5555"
NUXT_API_SECRET = "123"
```

Expand Down

0 comments on commit bec01c3

Please sign in to comment.