File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9090- ` EXPO_PUBLIC_S3_BASE_URL ` (optional, public S3 base URL)
9191
9292Web app environment:
93- - ` FAIRSHARE_API_URL ` or ` NEXT_PUBLIC_API_URL `
94- - Defaults to ` http://localhost:3001/api/v1 `
93+ ```
94+ cp apps/web/.env.example apps/web/.env.local
95+ ```
96+ - ` FAIRSHARE_API_URL ` for server-side web requests
97+ - ` NEXT_PUBLIC_API_URL ` for client-side web requests
98+ - ` FAIRSHARE_S3_BASE_URL ` and ` NEXT_PUBLIC_S3_BASE_URL ` for receipt previews when using S3
99+ - Defaults to ` http://localhost:3001/api/v1 ` when API vars are unset
95100
96101### 3) Start local infrastructure
97102```
Original file line number Diff line number Diff line change 1+ FAIRSHARE_API_URL = http://localhost:3001/api/v1
2+ NEXT_PUBLIC_API_URL = http://localhost:3001/api/v1
3+ FAIRSHARE_S3_BASE_URL =
4+ NEXT_PUBLIC_S3_BASE_URL =
You can’t perform that action at this time.
0 commit comments