Skip to content

Commit

Permalink
fix: update readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
mari1912 committed Jul 3, 2024
1 parent ef2d648 commit 1d3be64
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,16 @@ A Python http server built with [Django](https://www.djangoproject.com/) + [DRF]

# Build

Create secret files:
Add a application_default_credentials.json file in the root of the project. To do so, follow the "Configure ADC with your Google Account" in the [link](https://cloud.google.com/docs/authentication/provide-credentials-adc#google-idp <https://cloud.google.com/docs/authentication/)provide-credentials-adc#google-idp>). Then, find the `application_default_credentials.json` on `home/.config/gcloud` and copy its content to the file you created.

Create secret files and add your password to playground_kcidb:
```sh
mkdir -p backend/runtime/secrets
uuidgen > backend/runtime/secrets/postgres_password_secret
```

If necessary, change the DB_DEFAULT_USER in the `backend/utils/entrypoint.sh` file.

Startup the services with
```sh
docker compose up --build -d
Expand Down

0 comments on commit 1d3be64

Please sign in to comment.