Add how to set UPSTREAM_URL env to readme.

master
Icedream 2022-06-29 05:58:58 +02:00
parent 1e6d054447
commit b752c83c18
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
1 changed files with 2 additions and 0 deletions

View File

@ -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