7 lines
280 B
Bash
7 lines
280 B
Bash
POLYWEATHER_API_BASE_URL=http://127.0.0.1:8000
|
|
# Optional dashboard guard (Next.js middleware)
|
|
# If set, open dashboard with: /?access_token=<token>
|
|
POLYWEATHER_DASHBOARD_ACCESS_TOKEN=
|
|
# Shared secret forwarded by Next API routes to backend
|
|
POLYWEATHER_BACKEND_ENTITLEMENT_TOKEN=
|