Merge branch 'v1.3-dev' as v1.3.11
[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 cacheEnabled: false,
12 },
13 encryptionSecret: 'not a very good secret',
14 };