Skip to content

Commit 114284a

Browse files
committed
pyspider config
1 parent 93e2ff2 commit 114284a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Pysp/config.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"taskdb": "mongodb+taskdb://127.0.0.1:27017/pyspider_taskdb",
3+
"projectdb": "mongodb+projectdb://127.0.0.1:27017/pyspider_projectdb",
4+
"resultdb": "mongodb+resultdb://127.0.0.1:27017/pyspider_resultdb",
5+
"message_queue": "redis://127.0.0.1:6379/db",
6+
"webui": {
7+
"port": 5001
8+
}
9+
}

0 commit comments

Comments
 (0)