File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -57,10 +57,13 @@ This `.env` file is used to configure:
5757- ** Ports** – Adjust the exposed ports (specifically, Caddy's) depending on
5858 environment or application (you may bring up multiple for development).
5959
60- > ⚠️ Important: This file is for local development only. Never store real
60+ > ⚠️ Important: The .env file is for local development only. Never store real
6161> secrets in version control or production. Use CI/CD environment variables or
6262> a secrets manager instead.
6363
64+ To start multiple applications, be sure to configure different Caddy ports for
65+ each.
66+
6467## 3. Start the Stack
6568
6669``` sh
@@ -71,7 +74,7 @@ That's it – your backend is live.
7174
7275You can now open
7376[ http://localhost:8000/openapi/ ] ( http://localhost:8000/openapi/ ) to explore
74- your API.
77+ your API (assuming 8000 is your Caddy port) .
7578
7679---
7780
You can’t perform that action at this time.
0 commit comments