Skip to content

Commit ad9822f

Browse files
committed
Adjust getting started
1 parent 424e35d commit ad9822f

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

docs/gettingstarted.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff 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
5151
cp 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

0 commit comments

Comments
 (0)