This is an automated email from the ASF dual-hosted git repository.
eroma pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git
The following commit(s) were added to refs/heads/master by this push:
new 8a293ad Changed the geo gateway domain
8a293ad is described below
commit 8a293adf1a8b1369bef803a224e88c88371dbc57
Author: eroma2014 <[email protected]>
AuthorDate: Fri Dec 18 13:44:21 2020 -0500
Changed the geo gateway domain
---
.../ansible/inventories/scigap/production/host_vars/geo/vars.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git
a/dev-tools/ansible/inventories/scigap/production/host_vars/geo/vars.yml
b/dev-tools/ansible/inventories/scigap/production/host_vars/geo/vars.yml
index 22069a1..acf1f88 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/geo/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/geo/vars.yml
@@ -26,11 +26,11 @@ airavata_django_extra_dependencies:
-
"git+https://github.com/GeoGateway/geogateway-django-app.git@master#egg=geogateway_django_app"
-vhost_servername: "geo-gateway.scigap.org"
+vhost_servername: "geo-gateway.org"
vhost_ssl: True
-ssl_certificate_file: "/etc/letsencrypt/live/geo-gateway.scigap.org/cert.pem"
-ssl_certificate_chain_file:
"/etc/letsencrypt/live/geo-gateway.scigap.org/fullchain.pem"
-ssl_certificate_key_file:
"/etc/letsencrypt/live/geo-gateway.scigap.org/privkey.pem"
+ssl_certificate_file: "/etc/letsencrypt/live/geo-gateway.org/cert.pem"
+ssl_certificate_chain_file:
"/etc/letsencrypt/live/geo-gateway.org/fullchain.pem"
+ssl_certificate_key_file: "/etc/letsencrypt/live/geo-gateway.org/privkey.pem"
django_extra_settings: