Skip to content

bjblazko/phexpedition

Repository files navigation

Phexpedition

Quality Gate Status Technical Debt Maintainability Rating Code Smells Coverage Vulnerabilities Security Rating Lines of Code Duplicated Lines (%) Bugs

Setting up Google Cloud project

Phexpedition requires Google Cloud to run. Initially setting up your project and your GitHub Actions CI/CD pipeline in described in the seperate setup document.

Local setup

Since we require Google Cloud resources, you still need to have a cloud project set up. See previous chapter for details. Once you have at least a single test project running, make sure to declare these environment variables. You might want to use a .env file for this:

AUTH_REDIRECT_URI=http://localhost:8080
AUTH_CLIENT_ID=<client ID from APIs and services -> Credentials -> OAuth 2.0 Client IDs>
AUTH_CLIENT_SECRET=<client secret from APIs and services -> Credentials -> OAuth 2.0 Client IDs>
GOOGLE_APPLICATION_CREDENTIALS=</path/to/IAM/JSON/key>

Explaination:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published