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 f334435 commit c7e1c03Copy full SHA for c7e1c03
src/content/partials/workers/secrets-in-dev.mdx
@@ -19,7 +19,7 @@ SECRET_KEY="value"
19
API_TOKEN="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9"
20
```
21
22
-:::caution [Do not commit secrets to git]
+:::caution[Do not commit secrets to git]
23
The `.dev.vars` and `.env` files should not committed to git. Add `.dev.vars*` and `.env*` to your project's `.gitignore` file.
24
:::
25
0 commit comments