Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Sep 12, 2022
1 parent 9f1ac4f commit 04feb35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/3.api/1.composables/use-runtime-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ We can set the environment variables inside the `.env` file to make them accessi

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

::alert{type=info}
Expand Down

0 comments on commit 04feb35

Please sign in to comment.