Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-sunbird-devops-private
Commits
4c615962
Unverified
Commit
4c615962
authored
1 year ago
by
gow1998
Committed by
GitHub
1 year ago
Browse files
Options
Download
Patches
Plain Diff
Updated mail_server username & host
parent
31a701c3
dev-content
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/inventory/dev/Core/common.yml
+4
-4
ansible/inventory/dev/Core/common.yml
with
4 additions
and
4 deletions
+4
-4
ansible/inventory/dev/Core/common.yml
+
4
−
4
View file @
4c615962
...
...
@@ -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/
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets