mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 12:49:01 +02:00
settings: Use example.com in DEFAULT_FROM_EMAIL
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
parent
2428077170
commit
cd3a5a7b2a
|
@ -171,7 +171,7 @@ LOGGING = {
|
|||
# Registration settings
|
||||
ACCOUNT_ACTIVATION_DAYS = 2
|
||||
EMAIL_HOST = 'smtp.example.com'
|
||||
DEFAULT_FROM_EMAIL = 'noreply@layers.openembedded.org'
|
||||
DEFAULT_FROM_EMAIL = 'noreply@example.com'
|
||||
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