Repository: airavata Updated Branches: refs/heads/master 8041bf8f0 -> 8d38de8f8
Added SGRC group email for admin notifications at user account creation Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/8d38de8f Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/8d38de8f Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/8d38de8f Branch: refs/heads/master Commit: 8d38de8f871e6389d37a366a9bd2eac03a366c4d Parents: 8041bf8 Author: Eroma Abeysinghe <[email protected]> Authored: Tue Sep 5 12:49:48 2017 -0400 Committer: Eroma Abeysinghe <[email protected]> Committed: Tue Sep 5 12:49:48 2017 -0400 ---------------------------------------------------------------------- .../inventories/scigap/production/pga_config/scigap/vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/8d38de8f/dev-tools/ansible/inventories/scigap/production/pga_config/scigap/vars.yml ---------------------------------------------------------------------- diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/scigap/vars.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/scigap/vars.yml index 14309bf..3c5854e 100644 --- a/dev-tools/ansible/inventories/scigap/production/pga_config/scigap/vars.yml +++ b/dev-tools/ansible/inventories/scigap/production/pga_config/scigap/vars.yml @@ -62,7 +62,7 @@ gateway_data_store_resource_id: "gf4.ucs.indiana.edu_61552681-96f0-462a-a36c-a62 ## Portal related variables super_admin_portal: "true" -admin_emails: "['[email protected]','[email protected]','[email protected]']" +admin_emails: "['[email protected]']" portal_email_username: "[email protected]" portal_email_password: "{{ vault_portal_email_password }}" portal_theme: "scigap"
