blob: 07c6fd974ad68f7061a1ea61a5f969e0918aa252 [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.
#
---
vhost_servername: "gateway.physicell.org"
vhost_ssl: True
ssl_certificate_file: "/etc/letsencrypt/live/gateway.physicell.org/cert.pem"
ssl_certificate_chain_file: "/etc/letsencrypt/live/gateway.physicell.org/fullchain.pem"
ssl_certificate_key_file: "/etc/letsencrypt/live/gateway.physicell.org/privkey.pem"
## Keycloak related variables
tenant_domain: "physicell"
oauth_client_key: "{{ vault_oauth_client_key }}"
oauth_client_secret: "{{ vault_oauth_client_secret }}"
auth_options:
password:
name: "Physicell Gateway"
external:
- name: "Existing Institution Credentials"
idp_alias: "cilogon"
logo: "images/cilogon-logo-24x24-b.png"
gateway_id: "physicell"
experiment_data_dir: "{{ user_data_dir }}/physicell"
gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCagNzgz6E90G5LPsVNGvV45AOR5mtO9JN3ZAqEGp3a8k36IjFTOL5vF44cw0xLdWWDIZNLEd2ufJyTpdyrMPZrblh+z45U3YTiMcDvbtyxVypF84df00AnzvC5Vv2Hzc4v8cTXJyP9hsMQ/phnkbDGFSLEA5WveFkIH5CXMePQ4MjmmTi6eq8xPyjI3R1l4xG9MJQmFOdHT/IRvtUhT35qZDTnZA5LvYwynuyjdRUxNojZuhJAJVgMFEPdMSwB83T+sO/V7IZL8CF9L0179KTGk87gtis+NAhM4tn2CvSh1jvftoG7c67vOnRny5x3SI+pxDvulVEiUVw/xAMyMmyn"
django_user_data_archive_max_age_days: 180
admin_emails: "[('Eroma Abeysinghe', 'eroma@gatech.edu'),('Suresh Marru','smarru@gatech.edu')]"
portal_title: "Physicell Gateway"
...