Initial release
[websub-hub] / config / test.js
1 'use strict';
2 module.exports = {
3 dingus: {
4 selfBaseUrl: 'https://example.com/hub/',
5 },
6 worker: {
7 pollingEnabled: false,
8 },
9 db: {
10 queryLogLevel: 'debug',
11 },
12 };