Unverified Commit 4c615962 authored by gow1998's avatar gow1998 Committed by GitHub
Browse files

Updated mail_server username & host

No related merge requests found
Showing with 4 additions and 4 deletions
+4 -4
......@@ -8,8 +8,8 @@ dockerhub: "asia.gcr.io/upsmf-368011" # docker hub username or url incase of p
private_ingressgateway_ip: "10.0.1.16" # your private kubernetes load balancer ip
nginx_private_ingress_ip: "10.0.1.16"
# For sendgrid, if you want to change, update the following
mail_server_host: "smtp.sendgrid.net" # Email host, can be any email provider
mail_server_username: "apikey" # Email provider username; for sendgrid you can use "apikey"
mail_server_host: "smtp.gmail.com" # Email host, can be any email provider
mail_server_username: "upsmf.otp@upsmfac.org" # Email provider username; for sendgrid you can use "apikey"
# cloudstorage_base_path: "https://sunbirdstagingpublic.blob.core.windows.net"
......@@ -22,7 +22,7 @@ valid_cloudstorage_base_urls: '["https://storage.googleapis.com"]'
# From: support@sunbird.org
# Subject: Forgot password
# Hi.....
sunbird_mail_server_from_email: "mahesh.maney@tarento.com" # Email ID that should be as from address in mails
sunbird_mail_server_from_email: "upsmf.otp@upsmfac.org" # Email ID that should be as from address in mails
# List of mail ids to whome the monitoring alerts should be sent.
alerts_mailing_list : "prasath.sivasubramanian@tarento.com" # Comma separated mail list for Alerts; eg: user1@mail.com, user2@mail.com
......@@ -347,4 +347,4 @@ cloud_storage_base_url : "{{ cloudstorage_base_path }}"
#Assessment Aggregator Content Read API
is_multidc_enabled: false
content_read_api_host: "https://uphrh.in" # Your domain host ex: http://test.com
content_read_api_endpoint: "api/content/v4/read/" # ex: api/content/v1/read/
\ No newline at end of file
content_read_api_endpoint: "api/content/v4/read/" # ex: api/content/v1/read/
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment