mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-25 03:58:12 +08:00
* remove experimental reembedding support * lint * lint * add prepare requirements to requirements-dev * oops, revert accidental deletion of import * more test modifications * remove obsolete unit tests
28 lines
681 B
YAML
28 lines
681 B
YAML
server:
|
|
app:
|
|
force_https: true
|
|
port: 5005
|
|
|
|
authentication:
|
|
# The authentication types may be "none", "session", "oauth"
|
|
# none: No authentication support, features like user_annotations must not be enabled.
|
|
# session: A session based userid is automatically generated. (no params needed)
|
|
# oauth: oauth2 is used for authentication; parameters are defined in params_oauth.
|
|
type: test
|
|
insecure_test_environment: true
|
|
|
|
dataset:
|
|
presentation:
|
|
max_categories: 1000
|
|
custom_colors: true
|
|
|
|
user_annotations:
|
|
enable: false
|
|
type: local_file_csv
|
|
local_file_csv:
|
|
directory: null
|
|
file: null
|
|
|
|
embeddings:
|
|
names: []
|