mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-05 13:14:46 +02:00
Add DEFAULT_FROM_EMAIL to settings
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
parent
665e40e2c5
commit
f00d0a2e2b
|
@ -171,6 +171,7 @@ LOGGING = {
|
|||
# Registration settings
|
||||
ACCOUNT_ACTIVATION_DAYS = 2
|
||||
EMAIL_HOST = 'smtp.example.com'
|
||||
DEFAULT_FROM_EMAIL = 'noreply@layers.openembedded.org'
|
||||
LOGIN_REDIRECT_URL = '/layerindex'
|
||||
|
||||
# Full path to directory where layers should be fetched into by the update script
|
||||
|
|
Loading…
Reference in New Issue
Block a user