File tree Expand file tree Collapse file tree
src/content/docs/web-application/how-to Expand file tree Collapse file tree Original file line number Diff line number Diff 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
9494Harden 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
You can’t perform that action at this time.
0 commit comments