We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e2ff2 commit 114284aCopy full SHA for 114284a
Pysp/config.json
@@ -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