Repository: airavata Updated Branches: refs/heads/master 1005e87fa -> aaf4749b8
Added SGRC group email or 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/aaf4749b Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/aaf4749b Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/aaf4749b Branch: refs/heads/master Commit: aaf4749b86dbadd93ffa221b395f4416e08d8d8c Parents: 1005e87 Author: Eroma Abeysinghe <[email protected]> Authored: Tue Sep 5 16:36:04 2017 -0400 Committer: Eroma Abeysinghe <[email protected]> Committed: Tue Sep 5 16:36:04 2017 -0400 ---------------------------------------------------------------------- .../inventories/scigap/production/pga_config/iugateway/vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/aaf4749b/dev-tools/ansible/inventories/scigap/production/pga_config/iugateway/vars.yml ---------------------------------------------------------------------- diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/iugateway/vars.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/iugateway/vars.yml index c63e223..79d406b 100644 --- a/dev-tools/ansible/inventories/scigap/production/pga_config/iugateway/vars.yml +++ b/dev-tools/ansible/inventories/scigap/production/pga_config/iugateway/vars.yml @@ -56,7 +56,7 @@ gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCjKGnD ## Portal related variables super_admin_portal: "false" -admin_emails: "['[email protected]', '[email protected]']" +admin_emails: "['[email protected]', '[email protected]']" portal_email_username: "[email protected]" portal_email_password: "{{ vault_portal_email_password }}" portal_theme: "iugateway"
