mirror of
https://github.com/tedkulp/vidgrab
synced 2026-04-21 21:54:26 -04:00
Added config, dockerfile and extractors list
This commit is contained in:
@@ -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',
|
||||
});
|
||||
Reference in New Issue
Block a user