Files
crawlab/config/db.py
2019-02-11 22:29:35 +08:00

7 lines
126 B
Python

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