settings: Use example.com in DEFAULT_FROM_EMAIL

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
Paul Eggleton 2013-03-28 18:46:16 +00:00
parent 2428077170
commit cd3a5a7b2a

View File

@ -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