IndieAuth login support, allows viewing of topics related to profile
[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 };