Jelajahi Sumber

HUE-8805 [config] Dev settings for getting emailing to print on the console by default

Romain Rigaux 6 tahun lalu
induk
melakukan
d30c535d4a
1 mengubah file dengan 4 tambahan dan 4 penghapusan
  1. 4 4
      desktop/conf/pseudo-distributed.ini.tmpl

+ 4 - 4
desktop/conf/pseudo-distributed.ini.tmpl

@@ -70,7 +70,7 @@
   ## django_server_email='hue@localhost.localdomain'
 
   # Email backend
-  ## django_email_backend=django.core.mail.backends.smtp.EmailBackend
+  django_email_backend=django.core.mail.backends.console.EmailBackend
 
   # Set to true to use CherryPy as the webserver, set to false
   # to use Gunicorn as the webserver. Defaults to CherryPy if
@@ -304,9 +304,9 @@
   # Administrators
   # ----------------
   [[django_admins]]
-    ## [[[admin1]]]
-    ## name=john
-    ## email=john@doe.com
+    [[[admin-1]]]
+     name=Hue
+     email=hue@localhost.com
 
   # UI customizations
   # -------------------