Skip to content

Commit

Permalink
Refactored test fixtures to use monkeypatch for mocking psycopg2 conn…
Browse files Browse the repository at this point in the history
…ection in app.py
  • Loading branch information
maxachis committed Jun 15, 2024
1 parent efffcf7 commit 7a6e392
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ pip install -r requirements.txt

### 5. Add environment secrets

Either add a `.env` file to your local root directory or manually export these secrets: `DO_DATABASE_URL` and `VITE_VUE_API_BASE_URL`.
In both the local root directory and the `/client` directory, either:
1. Either add a `.env` file to your local root directory
2. or manually export these secrets: `DO_DATABASE_URL`, `VITE_VUE_APP_BASE_URL`, `VITE_VUE_API_BASE_URL`.

Reach out to contact@pdap.io or make noise in Discord if you'd like access to these keys.

Expand Down

0 comments on commit 7a6e392

Please sign in to comment.