From 6382ed01e9db8f975b72c9c2c8db4013cd0156c2 Mon Sep 17 00:00:00 2001 From: schneefux Date: Tue, 22 May 2018 14:07:25 +0200 Subject: Add metadata file to data --- backend/config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'backend/config.js') diff --git a/backend/config.js b/backend/config.js index eaed3f7..86deed6 100644 --- a/backend/config.js +++ b/backend/config.js @@ -56,5 +56,6 @@ module.exports = { file: { pattern: (moment) => `./data/${hashSettings(module.exports)}/${moment.toISOString()}.json`, reportPattern: () => `./data/${hashSettings(module.exports)}/report.json`, + metadataPattern: () => `./data/${hashSettings(module.exports)}/metadata.json`, }, }; -- cgit v1.3.1