File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -45,14 +45,22 @@ git pull upstream main
4545
4646## 2. Configure Environment Variables
4747
48- Copy the example file:
48+ Copy the example environment file:
4949
5050``` sh
5151cp example.env .env
5252```
5353
54- > ⚠️ ** The .env file is for local development only.** Don't store real secrets
55- > in production — use CI/CD environment variables or a secrets manager.
54+ This ` .env ` file is used to configure:
55+
56+ - ** Secrets** – Passwords, keys, etc.
57+ - ** Ports** – Configured with env vars so you can adjust the exposed ports
58+ (specifically, Caddy's) depending on application (you may bring up multiple
59+ for development) or environment.
60+
61+ > ⚠️ Important: This file is for local development only. Never store real
62+ > secrets in version control or production. Use CI/CD environment variables or
63+ > a secrets manager instead.
5664
5765## 3. Start the Stack
5866
You can’t perform that action at this time.
0 commit comments