From 7a6e392fdacc41c90c4b20abf98c6ab549cb6dbf Mon Sep 17 00:00:00 2001 From: maxachis Date: Fri, 14 Jun 2024 20:16:55 -0400 Subject: [PATCH] Refactored test fixtures to use monkeypatch for mocking psycopg2 connection in app.py --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 28a038fc..f1feb014 100644 --- a/README.md +++ b/README.md @@ -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.