-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Milestone
Description
- Turn off DEBUG mode in config: https://docs.djangoproject.com/en/1.10/ref/settings/#debug
- change SECRET_KEY in local config: https://docs.djangoproject.com/en/1.10/ref/settings/#std:setting-SECRET_KEY
- Rotate secret for Bot API (check API_KEY in local config) Secret to authenticate bot requests is in the source #87
- Rotate (different!) secret for Newsletter API VdB email/optin system & domain integration #79
- configure mail gateway (to use the VDB one?)
- change database password in local config (and on dbms)
- reset database, perform full migrate
- tune logging
- enable/tune monitoring
- fail2ban and such
- disable password protection, see Password-protect until launch #80
;-)