initial commit
[squeep-indie-auther] / config / test.js
diff --git a/config/test.js b/config/test.js
new file mode 100644 (file)
index 0000000..b92272f
--- /dev/null
@@ -0,0 +1,16 @@
+'use strict';
+// Configuration used by test suites.
+module.exports = {
+  encryptionSecret: 'not a great secret',
+  dingus: {
+    selfBaseUrl: 'https://example.com/indieauthie/',
+  },
+  db: {
+    queryLogLevel: 'debug',
+  },
+  queues: {
+    amqp: {
+      url: 'ampq://localhost:5432',
+    },
+  },
+};