Skip to content

Commit d2857fd

Browse files
committed
.
1 parent 251cf9e commit d2857fd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/content/docs/web-application/how-to/deployment.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Caddy handles certificates and redirects with almost no configuration.
7676
GIT_SHA=
7777
7878
`}
79-
lang="env"
79+
lang="dotenv"
8080
/>
8181

8282
- Update your `.env` before starting the stack:
@@ -93,7 +93,6 @@ Caddy handles certificates and redirects with almost no configuration.
9393

9494
Harden the application before inviting other users:
9595

96-
- Set a strong `HEALTH_CHECK_TOKEN` for authenticated `GET /api/v1/health`, and strong credentials for any protected feeds
9796
- Set a strong `HEALTH_CHECK_TOKEN` for authenticated `GET /api/v1/health`, and separate strong bearer tokens for any protected feeds
9897
- Prefer environment files (`.env`) stored outside version control for secrets
9998
- Keep any operator-only token distribution flow outside public docs and outside version control

0 commit comments

Comments
 (0)