Skip to content
Snippets Groups Projects

Two factors authentication

Merged Valentin Groues requested to merge 80-two-factor-authentication into master
17 files
+ 285
82
Compare changes
  • Side-by-side
  • Inline
Files
17
@@ -39,3 +39,7 @@ STATIC_ROOT = '/tmp/static' # Warning! `/tmp` directory can be flushed in any m
MEDIA_ROOT = '/tmp/media' # Warning! `/tmp` directory can be flushed in any moment; use a persistent one, e.g. ~/tmp/media
STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.StaticFilesStorage'
NEXMO_API_KEY = 'API_KEY'
NEXMO_API_SECRET = 'API_SECRET'
NEXMO_DEFAULT_FROM = 'Scheduling' # the sender of the message (phone number or text)
Loading