mirror of
https://github.com/luzhisheng/js_reverse.git
synced 2025-04-20 10:25:01 +08:00
11 lines
175 B
Python
11 lines
175 B
Python
MONGODB_CONF = {
|
|
'host': '127.0.0.1',
|
|
'port': 27017,
|
|
'username': '',
|
|
'pwd': "",
|
|
'db': '1688',
|
|
'source': '1688',
|
|
'status': '',
|
|
'producer': ''
|
|
}
|