-
Notifications
You must be signed in to change notification settings - Fork 3
Home
hsfzxjy edited this page Aug 8, 2017
·
11 revisions
这是 Biohub-Server 的组内文档
若干对 django
与 rest_framework
的改进请参考
插件系统文档: biohub.core.plugins
-
DATABASE
: 数据库配置 -
PLUGINS
: 插件名列表,其中每项为插件的 绝对模块路径 (如biohub.core.plugins
) -
TIMEZONE
:时区,默认为'UTC'
-
UPLOAD_DIR
:上传文件的储存位置(绝对路径),默认为<tmp_dir>/biohub
,<tmp_dir>
为系统的临时文件夹 -
REDIS_URI
:redis 的连接 URI,形如redis://:<password>@127.0.0.1:6379
-
MAX_TASKS
: 最多可以同时执行的任务数目,默认为5 * 你的 CPU 数
-
TASK_MAX_TIMEOUT
:最大超时秒数,默认为180