added github import

This commit is contained in:
Marvin Zhang
2019-03-04 12:07:14 +08:00
parent e3287ab593
commit 95cf526013
8 changed files with 112 additions and 34 deletions

View File

@@ -13,6 +13,7 @@ CELERY_MONGODB_BACKEND_SETTINGS = {
'database': 'crawlab_test',
'taskmeta_collection': 'tasks_celery',
}
CELERY_TIMEZONE = 'Asia/Shanghai'
# flower variables
FLOWER_API_ENDPOINT = 'http://localhost:5555/api'