b92272f1a31a186d929e51daa8c3c14bb9acfb44
[squeep-indie-auther] / config / test.js
1 'use strict';
2 // Configuration used by test suites.
3 module.exports = {
4 encryptionSecret: 'not a great secret',
5 dingus: {
6 selfBaseUrl: 'https://example.com/indieauthie/',
7 },
8 db: {
9 queryLogLevel: 'debug',
10 },
11 queues: {
12 amqp: {
13 url: 'ampq://localhost:5432',
14 },
15 },
16 };