You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can add the following settings in your **Meteor Settings Config json File**:
12
-
{
13
-
'spiderable2': {
14
-
'timeout': 1000,
15
-
'port': 3000,
16
-
'verbose': false
17
-
}
12
+
```json
13
+
{
14
+
'spiderable2': {
15
+
'timeout': 1000,
16
+
'port': 3000,
17
+
'verbose': false
18
18
}
19
+
}
20
+
```
19
21
20
22
# Dependencies
21
23
make `apt-get install build-essential`
@@ -37,4 +39,4 @@ I always love contribution so don't be afraid to create pull requests!
37
39
38
40
# Forum Thread
39
41
Some weeks ago I created a forum topic to discuss missing features of the spiderable package. If you wanna give feedback for this package you obviously can add an answer to the thread:
0 commit comments