Initial commit of working RSS Aggregator build
This commit is contained in:
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
export const config = {
|
||||
redisUrl: process.env.REDIS_URL,
|
||||
port: process.env.PORT || 8080
|
||||
};
|
||||
Reference in New Issue
Block a user