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 bd3a2ab commit 9e6dc48Copy full SHA for 9e6dc48
docs/gettingstarted.md
@@ -66,9 +66,9 @@ This `.env` file is used to configure:
66
- **Ports** – Adjust the exposed ports (specifically, Caddy's) depending on
67
environment or application (you may bring up multiple).
68
69
-> ⚠️ The .env file is for local development only. Never store real secrets in
70
-> version control or production. Use CI/CD environment variables or a secrets
71
-> manager instead.
+> ⚠️ The .env file is for development only. Never store real secrets in version
+> control or production. Use CI/CD environment variables or a secrets manager
+> instead.
72
73
## 3. Start the Stack
74
0 commit comments