blob: 0b76cae945939f3978d8cc403ba2d5882d9113c9 [file] [log] [blame]
#
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
---
user: "pga"
group: "pga"
gateway_data_store_hostname: "web.dev.scigap.org"
gateway_data_store_resource_id: "web.dev.scigap.org_ba01452f-44e5-4e03-b35f-756630539198"
django_gateway_user_storages:
- alias: "default"
storage_resource_id: "{{ gateway_data_store_resource_id }}"
options:
directory: "{{ experiment_data_dir }}"
django_wsgi_processes: 1
doc_root_dir: "/var/www/portals/django-{{gateway_id}}"
django_database_name: "django_{{ gateway_id }}"
django_hidden_airavata_apps: "['django_airavata_dataparsers']"
tusd_vhost_servername: "tus.dev.scigap.org"
tusd_upload_dir: "{{real_user_data_dir}}/tus-temp-dir"
airavata_django_git_branch: "AIRAVATA-3698--Add-support-for-Python-3.11"
cilogon_userinfo_url: "https://cilogon.org/oauth2/userinfo"
real_user_data_dir: "/media/volume/sdb/gateway-user-data"
django_user_data_archive_directory: "{{ user_data_dir }}/user-data-archives/{{ gateway_id }}"
# Default email settings
portal_email_host: "smtp.gmail.com"
portal_email_port: 587
portal_email_tls: true
portal_email_username: "devdjango.portal@scigap.org"
portal_email_password: "{{ vault_portal_email_password }}"
portal_server_email: "{{ portal_email_username }}"
admin_emails: "[('SGRC Group', 'sgrc-iu-group@iu.edu')]"
django_error_emails: "[('Marcus Christie', 'machrist@iu.edu'), ('Eroma Abeysinghe', 'eabeysin@iu.edu')]"