dcp-worker 3.2.25 → 3.2.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/etc/dcp-worker-config.js
CHANGED
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
|
|
25
25
|
/* Allow lists permitting supervisor network access beyond DCP messages to services */
|
|
26
26
|
allowOrigins: {
|
|
27
|
-
fetchWorkFunctions: [ dcpConfig.scheduler.location.
|
|
28
|
-
fetchArguments: [ dcpConfig.scheduler.location.
|
|
29
|
-
fetchData: [ dcpConfig.scheduler.location.
|
|
30
|
-
sendResults: [ dcpConfig.scheduler.location.
|
|
27
|
+
fetchWorkFunctions: [ dcpConfig.scheduler.location.origin ],
|
|
28
|
+
fetchArguments: [ dcpConfig.scheduler.location.origin ],
|
|
29
|
+
fetchData: [ dcpConfig.scheduler.location.origin ],
|
|
30
|
+
sendResults: [ dcpConfig.scheduler.location.origin ],
|
|
31
31
|
any: [],
|
|
32
32
|
},
|
|
33
33
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
db140f1050d7506373319cc282e3c76d etc/dcp-worker-config.js
|
|
2
2
|
### DO NOT MODIFY THIS FILE!!! ###
|