Backend
Spade backend configutation is done via Django Settings. Most of the options can be configured via environment variables.
There are 3 config files provided:
- local.py - for local development
- test.py - used during test execution
- production.py - for production deployment used by the Spade docker image
Of course, you can create your own settings file and use it by setting the DJANGO_SETTINGS_MODULE
environment variable.