Skip to content

Commit

Permalink
chore: disable add video button and update banner information (#262)
Browse files Browse the repository at this point in the history
* chore: disable add video button and update banner information

* updated patch version

* updating README.md with relevant node.js version

* updated the banner links to env variables

Co-authored-by: Ayush Satyam <asatyam@asatyam.remote.csb>
  • Loading branch information
ayushsatyam146 and Ayush Satyam committed Nov 18, 2022
1 parent cd6e1be commit 6a7c2e2
Show file tree
Hide file tree
Showing 6 changed files with 754 additions and 331 deletions.
1 change: 1 addition & 0 deletions video-library-client/.env.example
Expand Up @@ -4,6 +4,7 @@ REACT_APP_CLIENT=
REACT_APP_DRIVE_CLIENT_ID=
REACT_APP_DRIVE_SCOPE=
REACT_APP_SKIP_EMAIL=
REACT_APP_BANNER_URL=
# REACT_APP_SENTRY_DSN=

## SSI config variables
Expand Down
2 changes: 2 additions & 0 deletions video-library-client/README.md
Expand Up @@ -9,6 +9,8 @@ The Video library SPA offers functionalities like listing existing videos, addin

## Setup

`Preferred Node.js version is 16.x.x`

To setup the config, you'll need to edit the `.env.example` file.

It just needs the api urls configured.
Expand Down

0 comments on commit 6a7c2e2

Please sign in to comment.