X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=config%2Ftest.js;fp=config%2Ftest.js;h=091b6c0a636d7712d7f567ddf4b65d1de0b7ca3d;hb=9696c012e6b9a6c58904baa397ca0ebf78112316;hp=0000000000000000000000000000000000000000;hpb=f59e918f3aba3a218c94a252072801fc40527647;p=websub-hub diff --git a/config/test.js b/config/test.js new file mode 100644 index 0000000..091b6c0 --- /dev/null +++ b/config/test.js @@ -0,0 +1,12 @@ +'use strict'; +module.exports = { + dingus: { + selfBaseUrl: 'https://example.com/hub/', + }, + worker: { + pollingEnabled: false, + }, + db: { + queryLogLevel: 'debug', + }, +};