accounts.config module

Flask configuration.

accounts.config.CAPTCHA_SECRET = 'foocaptcha'

Used to encrypt captcha answers, so that we don’t need to store them.

accounts.config.CLASSIC_DATABASE_URI = None

If not set, legacy database integrations will not be available.

accounts.config.REDIS_TOKEN = None

This is the token used in the AUTH procedure.