We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2476b6a commit a034ab0Copy full SHA for a034ab0
test/index.js
@@ -14,7 +14,7 @@ try {
14
},
15
sources: {
16
path: "/test/sources",
17
- includeOnly: ['geo.hua.gr'],
+ // includeOnly: ['geo.hua.gr'],
18
// exclude: ["custom-cs.unipi.gr"]
19
20
scheduler: {
test/worker.js
@@ -8,14 +8,6 @@ try {
8
config = require("./saffron.json")
9
} catch (e) {
10
config = {
11
- database:
12
- process.env.MONGO_URL && true ? {
13
- driver: "mongodb",
- config: {
- url: process.env.SAFFRON_TESTING === "DOCKER_COMPOSE_LOCAL" ? "mongodb://mongo:27017" : process.env.MONGO_URL,
- name: 'saffron-sandbox'
- }
- } : {driver: "memory"},
21
exclude: ["custom-cs.unipi.gr", "wordpress-cs.unipi.gr", "rss-cs.unipi.gr"]
0 commit comments