Files
crawlab/config/db.py
Marvin Zhang 7e8531aa57 added celery functionality
added CRUD base
2019-02-11 13:25:33 +08:00

7 lines
128 B
Python

# 数据库
MONGO_HOST = 'localhost'
MONGO_PORT = '27017'
# MONGO_USER = 'test'
# MONGO_PASS = 'test'
MONGO_DB = 'crawlab_test'