galaxy_config_remote_user_maildomain:mydomain.com# Required. The maildomain used by Galaxy authentication
persist_galaxy_data:"True"# # Optional (default: True). If False, docker data will NOT be persisted on your host's file system and will be lost any time the galaxy container is recreated. Do not set this variable to "False" for production
# tripal-specific variables
tripal:
tripal_password:tripalpass# Tripal database password (also used by galaxy as an environment variable)
tripal_password:tripalpass# Required. Tripal database password (also used by galaxy as an environment variable)
tripal_theme_name:tripal_gga# Optional. Use this to use another theme
tripal_theme_git_clone:http://gitlab.sb-roscoff.fr/abims/e-infra/tripal_gga.git# Optional. Use this to install another theme.
# jbrowse-specific variables
jbrowse:
menu_url:"http://localhost:8888/"# Used with run_workflow_phaeoexplorer.py. If present, this variable is used to define jbrowse menu_url, if absent, will use https://hostname:https_port instead
\ No newline at end of file
menu_url:"http://localhost:8888/"# Optional. Used with run_workflow_phaeoexplorer.py: if present, this variable is used to define JBrowse menu_url (to define the template url for the JBrowse feature's link to Tripal), if absent, will use default "https://hostname"