diff --git a/README.md b/README.md index 1749c0d..67971c4 100755 --- a/README.md +++ b/README.md @@ -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= +PATS= OPENQ_ID=5fbd39c6916b7efb63cc OPENQ_SUBGRAPH_HTTP_URL=http://localhost:8000/subgraphs/name/openqdev/openq BASE_URL=http://localhost:3000 @@ -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 diff --git a/boot.sh b/boot.sh index bde1abc..7f6d3ed 100755 --- a/boot.sh +++ b/boot.sh @@ -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" diff --git a/deploy.sh b/deploy.sh old mode 100644 new mode 100755 diff --git a/docs/Bookmarks.md b/docs/Bookmarks.md old mode 100644 new mode 100755 diff --git a/docs/Deployment.md b/docs/Deployment.md old mode 100644 new mode 100755 diff --git a/docs/HelpfulDockerCommands.md b/docs/HelpfulDockerCommands.md old mode 100644 new mode 100755 diff --git a/docs/IntegrationTesting.md b/docs/IntegrationTesting.md old mode 100644 new mode 100755