Update settings.py.dist
authorLeonidas Poulopoulos <leopoul@noc.grnet.gr>
Wed, 16 Oct 2013 14:02:44 +0000 (17:02 +0300)
committerLeonidas Poulopoulos <leopoul@noc.grnet.gr>
Wed, 16 Oct 2013 14:02:44 +0000 (17:02 +0300)
settings.py.dist

index 881f29e..cec0229 100644 (file)
@@ -194,7 +194,7 @@ CELERY_CONCURRENCY = 1
 # List of modules to import when celery starts.
 CELERY_IMPORTS = ("flowspec.tasks", )
 
-SERVER_EMAIL = "GRNET FoD Service <noreply@example.com>"
+SERVER_EMAIL = "Example FoD Service <noreply@example.com>"
 EMAIL_SUBJECT_PREFIX = "[FoD] "
 
 LOG_FILE_LOCATION = here("log")