Commit 3144056
committed
refactor(env): remove defaults from most client env vars
- Remove .default() from NEXT_PUBLIC_CB_ENVIRONMENT
- Remove .default() from NEXT_PUBLIC_CODEBUFF_APP_URL
- Remove .default() from NEXT_PUBLIC_WEB_PORT
- Keep defaults only for SUPPORT_EMAIL and POSTHOG_HOST_URL
- Add NEXT_PUBLIC_WEB_PORT to .env.example1 parent 4e4030d commit 3144056
2 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments