From b854d8f22ea16f02cfd516275d13e61c81964333 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Tue, 14 Aug 2018 22:34:45 +0200 Subject: Add bot API key permission check. --- SETUP.md | 1 + 1 file changed, 1 insertion(+) (limited to 'SETUP.md') diff --git a/SETUP.md b/SETUP.md index dd974338..2a8c64e9 100644 --- a/SETUP.md +++ b/SETUP.md @@ -6,6 +6,7 @@ - `psql -c 'CREATE DATABASE pysite OWNER pysite;'` - `echo 'DEBUG=1' >> .env` - `echo 'DATABASE_URL=postgres://pysite:@localhost/pysite' >> .env` +- `echo 'BOT_API_KEY=123456' >> .env` - `pipenv shell` - `python manage.py migrate` - `python manage.py runserver` -- cgit v1.2.3