mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
7 lines
126 B
Python
7 lines
126 B
Python
# 数据库
|
|
MONGO_HOST = 'localhost'
|
|
MONGO_PORT = 27017
|
|
# MONGO_USER = 'test'
|
|
# MONGO_PASS = 'test'
|
|
MONGO_DB = 'crawlab_test'
|