mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-21 00:58:11 +08:00
* move local_server -> backend/server server-> backend/czi_hosted, pull common code into backend/common update imports, tests and make commands
5 lines
155 B
Python
5 lines
155 B
Python
from backend.common.utils.aws_secret_utils import get_secret_key # noqa F504
|
|
|
|
DEFAULT_SERVER_PORT = 5005
|
|
BIG_FILE_SIZE_THRESHOLD = 100 * 2 ** 20 # 100MB
|