From e3de4475c4a113614cc889d249bb9bfe9efe8f2e Mon Sep 17 00:00:00 2001 From: Andrew Northall Date: Fri, 7 Feb 2025 04:35:55 +0000 Subject: [PATCH] chore: clean up configs --- .envrc | 4 +--- app.json | 20 -------------------- env-secrets.env.example | 1 - 3 files changed, 1 insertion(+), 24 deletions(-) delete mode 100644 app.json delete mode 100644 env-secrets.env.example diff --git a/.envrc b/.envrc index db0bbac..2b6030d 100644 --- a/.envrc +++ b/.envrc @@ -1,3 +1 @@ -dotenv env-secrets.env - -export PYTHONPATH="$(pwd):$(pwd)/reportdb" +export PYTHONPATH="$(pwd)/reportdb" diff --git a/app.json b/app.json deleted file mode 100644 index c54ceb1..0000000 --- a/app.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "incident report db", - "description": "A Django app containing a database of caving incident reports", - "keywords": ["django"], - "repository": "https://github.com/anorthall/incident-db", - "healthchecks": { - "web": [ - { - "type": "startup", - "name": "web check", - "description": "Checking if the app responds to /healthcheck/", - "path": "/core/healthcheck", - "attempts": 5 - } - ] - }, - "addons": [ - "dokku-postgres" - ] -} diff --git a/env-secrets.env.example b/env-secrets.env.example deleted file mode 100644 index e570b8b..0000000 --- a/env-secrets.env.example +++ /dev/null @@ -1 +0,0 @@ -OPENAI_API_KEY=