Skip to content

Commit

Permalink
changed PAT to PATs for frontend env
Browse files Browse the repository at this point in the history
  • Loading branch information
rickkdev committed Apr 21, 2022
1 parent 7e2b494 commit 64006fc
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ In the root of `OpenQ-Frontend`, create a `.env` file.
Copy the following from `.env.sample` to `.env` and include your GitHub Personal Access Token. Please don't delete `.env.sample`.

```bash
PAT=<PAT HERE>
PATS=<PAT HERE>
OPENQ_ID=5fbd39c6916b7efb63cc
OPENQ_SUBGRAPH_HTTP_URL=http://localhost:8000/subgraphs/name/openqdev/openq
BASE_URL=http://localhost:3000
Expand Down Expand Up @@ -134,7 +134,7 @@ Copy the following from `.env.sample` to `.env`. Please don't delete `.env.sampl

```bash
ORIGIN_URL="http://localhost:3000"
OZ_CLAIM_AUTOTASK_URL="http://openq-oz-claim-autotask:8070"f
OZ_CLAIM_AUTOTASK_URL="http://openq-oz-claim-autotask:8070"
```

### 2.7 OpenQ-OZ-Claim-Autotask .env
Expand Down
3 changes: 2 additions & 1 deletion boot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ else
fi
}

declare -a repos=("OpenQ-Oracle"
declare -a repos=(
"OpenQ-CoinAPI"
"OpenQ-Oracle"
"OpenQ-Frontend"
"OpenQ-Contracts"
"OpenQ-Github-OAuth-Server"
Expand Down
Empty file modified deploy.sh
100644 → 100755
Empty file.
Empty file modified docs/Bookmarks.md
100644 → 100755
Empty file.
Empty file modified docs/Deployment.md
100644 → 100755
Empty file.
Empty file modified docs/HelpfulDockerCommands.md
100644 → 100755
Empty file.
Empty file modified docs/IntegrationTesting.md
100644 → 100755
Empty file.

0 comments on commit 64006fc

Please sign in to comment.