diff --git a/.envrc b/.envrc deleted file mode 100644 index db0bbac..0000000 --- a/.envrc +++ /dev/null @@ -1,3 +0,0 @@ -dotenv env-secrets.env - -export PYTHONPATH="$(pwd):$(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=