diff options
author | Jack Morgan <jack.morgan@intel.com> | 2018-01-08 23:56:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-01-08 23:56:29 +0000 |
commit | ffc10727531acbb52f87c52f948e0158a18c65c9 (patch) | |
tree | 62905b84bce04e7ef1776888131e6051ba9500f2 /config.env.sample | |
parent | 6173050b6bfc3d96d3056c5de4c927f1b461fe6e (diff) | |
parent | eb7cb88c62feae0b412f4ecc9a5e62c3f7bdc138 (diff) |
Merge "Implement Notification Framework with Initial Email Support"
Diffstat (limited to 'config.env.sample')
-rw-r--r-- | config.env.sample | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.env.sample b/config.env.sample index b370fe2..edd2bf0 100644 --- a/config.env.sample +++ b/config.env.sample @@ -25,3 +25,9 @@ RABBITMQ_PASSWORD=opnfvopnfv #Jenkins Build Server JENKINS_URL=https://build.opnfv.org/ci + +# Email Settings +EMAIL_HOST= +EMAIL_PORT= +EMAIL_HOST_USER= +EMAIL_HOST_PASSWORD= |