diff --git a/data/messages.db b/data/messages.db index 7453dd7..8a16843 100644 Binary files a/data/messages.db and b/data/messages.db differ diff --git a/src/index.js b/src/index.js index 6612067..46535aa 100644 --- a/src/index.js +++ b/src/index.js @@ -104,8 +104,8 @@ async function start() { // Start HTTP server app.listen(PORT, '0.0.0.0', () => { - console.log(`RSS server running on http://0.0.0.0:${PORT}`); - console.log(`RSS feed available at: http://:${PORT}/rss/`); + console.log(`RSS server running on http://${process.env.BASE_URL}:${PORT}`); + console.log(`RSS feed available at: http://${process.env.BASE_URL}:${PORT}/rss/`); }); // Periodic fetch (every 5 minutes)