Add how to set UPSTREAM_URL env to readme.
parent
1e6d054447
commit
b752c83c18
|
@ -5,6 +5,8 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next
|
||||||
First, run the development server:
|
First, run the development server:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
export UPSTREAM_URL="https://gdq-a.upstream.streaminginter.net/"
|
||||||
|
|
||||||
npm run dev
|
npm run dev
|
||||||
# or
|
# or
|
||||||
yarn dev
|
yarn dev
|
||||||
|
|
Loading…
Reference in New Issue