Added config, dockerfile and extractors list

This commit is contained in:
2021-07-20 12:35:37 -04:00
parent 399dfc5aa2
commit cb4aee4b34
11 changed files with 161 additions and 9 deletions
+5
View File
@@ -0,0 +1,5 @@
export default () => ({
redisHost: process.env.REDIS_HOST || 'localhost',
redisPort: parseInt(process.env.REDIS_PORT, 10) || 6379,
fileDir: process.env.FILE_DIR || '/tmp',
});