Skip to content

Commit

Permalink
Chore: Add details to readme about google client env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsangington committed May 8, 2024
1 parent b2dd9af commit 5e77477
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ BASE_URL="http://localhost:7007"
GITHUB_CLIENT_ID="your-id"
GITHUB_CLIENT_SECRET="your-secret"
GOOGLE_CLIENT_ID= "google_client_id"
GOOGLE_CLIENT_SECRET= "google_client_secret"
GITHUB_TOKEN="your-token"
K8S_URL="k8s-url"
Expand All @@ -63,6 +66,12 @@ Keep it the same as it is right now, this is the url on which the application is
<br>
These environment variables are to setup correct [authentication](https://backstage.io/docs/getting-started/configuration#setting-up-authentication). Please follow [these](#github-auth) steps.

**`GOOGLE_CLIENT`:**
<br>
These environment variables are to allow google login with your code.berlin email.
( https://console.cloud.google.com/apis/credentials/oauthclient/1006240973223-fs36u8kllipl761732fn565l6suviroh.apps.googleusercontent.com?authuser=0&project=code-idp&pli=1 )
Use the link above and copy the client ID and secret.

**`GITHUB_TOKEN`:**
<br>
This environment variable is to configure the [GitHub integration](https://backstage.io/docs/getting-started/configuration#setting-up-a-github-integration),
Expand Down

0 comments on commit 5e77477

Please sign in to comment.