Removed old sqlite dev db
[flowspy] / settings.py.dist
index c0708c5..1bfe6a2 100644 (file)
@@ -26,7 +26,7 @@ DATABASES = {
         'HOST': '',                      # Set to empty string for localhost. Not used with sqlite3.
         'PORT': '',                      # Set to empty string for default. Not used with sqlite3.
         'OPTIONS':  {
-        "init_command": "SET storage_engine=INNODB",
+        "init_command": "SET storage_engine=MYISAM",
         }
     }
 }
@@ -171,7 +171,7 @@ CELERY_CONCURRENCY = 1
 # List of modules to import when celery starts.
 CELERY_IMPORTS = ("flowspec.tasks", )
 
-SERVER_EMAIL = "noreply@grnet.gr"
+SERVER_EMAIL = "GRNET FoD Service <noreply@grnet.gr>"
 EMAIL_SUBJECT_PREFIX = "[FoD] "
 
 LOG_FILE_LOCATION = here("log")