mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59: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
|
# Registration settings
|
||||||
ACCOUNT_ACTIVATION_DAYS = 2
|
ACCOUNT_ACTIVATION_DAYS = 2
|
||||||
EMAIL_HOST = 'smtp.example.com'
|
EMAIL_HOST = 'smtp.example.com'
|
||||||
DEFAULT_FROM_EMAIL = 'noreply@layers.openembedded.org'
|
DEFAULT_FROM_EMAIL = 'noreply@example.com'
|
||||||
LOGIN_REDIRECT_URL = '/layerindex'
|
LOGIN_REDIRECT_URL = '/layerindex'
|
||||||
|
|
||||||
# Full path to directory where layers should be fetched into by the update script
|
# Full path to directory where layers should be fetched into by the update script
|
||||||
|
|
Loading…
Reference in New Issue
Block a user