mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-16 21:37:59 +08:00
* hosted, update order to look for config file. The app now uses a local config.yaml file bundled with the artifact (if present), if it exists, then looks in the CXG_CONFIG_FILE environment variable. This is the reverse of previous behavior. The purpose of this change is to move away from using the config file on s3, since that could lead to problem where an older version of the app uses a newer version of the config. Also in this PR: 1. Changed documentation around dataroot, to describe the posibility of using lustre. 2. Added a few improvements around the secret manager region name. If we use lustre for dataroot and a local config file, then we will no longer be able to auto determine the region for the secret manager. I plan to start using the environment variable option for hosted cellxgene. * small edit to README Co-authored-by: Severiano Badajoz <sbadajoz@chanzuckerberg.com>