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 ff2668f985 Adding the shared file directory in to AI confluence gateway
ff2668f985 is described below
commit ff2668f9859aee24d520ca2187618dc4863bb712
Author: Eroma Abeysinghe <[email protected]>
AuthorDate: Wed Jul 17 10:39:43 2024 -0400
Adding the shared file directory in to AI confluence gateway
---
.../inventories/scigap/production/host_vars/ai-confluence/vars.yml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git
a/dev-tools/ansible/inventories/scigap/production/host_vars/ai-confluence/vars.yml
b/dev-tools/ansible/inventories/scigap/production/host_vars/ai-confluence/vars.yml
index 0601efbbfb..b549910671 100644
---
a/dev-tools/ansible/inventories/scigap/production/host_vars/ai-confluence/vars.yml
+++
b/dev-tools/ansible/inventories/scigap/production/host_vars/ai-confluence/vars.yml
@@ -54,4 +54,10 @@ admin_emails: "[('Sudhakar Pamidighantam',
'[email protected]'),('Eroma Abeysi
portal_title: "AI Confluence Gateway"
#django_google_analytics_tracking_id: "UA-66348921-1"
+
+django_extra_settings:
+ GATEWAY_DATA_SHARED_DIRECTORIES:
+ shared:
+ path: /var/www/portals/gateway-user-data/ai-confluence/shared
+
...