You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dp...@apache.org on 2018/10/04 10:37:23 UTC

[ignite-teamcity-bot] branch master updated: Mail auth example

This is an automated email from the ASF dual-hosted git repository.

dpavlov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git


The following commit(s) were added to refs/heads/master by this push:
     new 20f07e2  Mail auth example
20f07e2 is described below

commit 20f07e28de6b80801f7098ae090a190ff013222b
Author: Dmitriy Pavlov <dp...@apache.org>
AuthorDate: Thu Oct 4 13:37:20 2018 +0300

    Mail auth example
---
 conf/mail.auth.properties | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/conf/mail.auth.properties b/conf/mail.auth.properties
new file mode 100644
index 0000000..0524291
--- /dev/null
+++ b/conf/mail.auth.properties
@@ -0,0 +1,12 @@
+# Server, which is hardcoded now is smtp.gmail.com
+#Enter email to send messages from, dev-list subsricption may be required
+username=
+
+#Use org.apache.ignite.ci.conf.PasswordEncoder to encode password
+encoded_password=
+
+#Specify slack Auth token
+slack.auth_token=
+
+#Specify slack channel name (without #)
+slack.channel=
\ No newline at end of file