Skip to content

Commit 2ff3e55

Browse files
committed
docs: update .env.example with frontend configuration variables
- Add `API_BASE_URL`, `PORT`, and `ORIGIN` for frontend setup - Group and organize settings for improved clarity
1 parent bca524b commit 2ff3e55

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.env.example

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,8 @@ APP_SAVE_IP_ADDRESS=false
4444

4545
# Optional: Rate limit bypass token for trusted apps
4646
# APP_BYPASS_TOKEN=your_secret_bypass_token_here
47+
48+
# Frontend configurations
49+
API_BASE_URL=http://devbin:8000
50+
PORT=3000
51+
ORIGIN=http://localhost:3000

0 commit comments

Comments
 (0)