Skip to content

Commit

Permalink
remove email from config class
Browse files Browse the repository at this point in the history
  • Loading branch information
vgmartinez committed May 31, 2016
1 parent 94e713e commit b3cdefa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -513,8 +513,8 @@ public static enum ConfVars {
ZEPPELIN_ALLOWED_ORIGINS("zeppelin.server.allowed.origins", "*"),
ZEPPELIN_ANONYMOUS_ALLOWED("zeppelin.anonymous.allowed", true),
ZEPPELIN_WEBSOCKET_MAX_TEXT_MESSAGE_SIZE("zeppelin.websocket.max.text.message.size", "1024000"),
ZEPPELIN_SMTP_USER("zeppelin.mail.smtp.user", "[email protected]"),
ZEPPELIN_SMTP_PASS("zeppelin.mail.smtp.password", "crucero1989"),
ZEPPELIN_SMTP_USER("zeppelin.mail.smtp.user", "email"),
ZEPPELIN_SMTP_PASS("zeppelin.mail.smtp.password", "password"),
ZEPPELIN_SMTP_HOST("zeppelin.mail.smtp.host", "smtp.googlemail.com"),
ZEPPELIN_SMTP_PROTOCOL("zeppelin.mail.smtp.protocol", "smtp"),
ZEPPELIN_SMTP_PORT("zeppelin.mail.smtp.port", "465"),
Expand Down

0 comments on commit b3cdefa

Please sign in to comment.