Services Monitor

This commit is contained in:
2025-09-26 23:59:18 -04:00
parent d55333a652
commit fa0a7bba8a
13 changed files with 297 additions and 106 deletions

9
config.js Normal file
View File

@@ -0,0 +1,9 @@
module.exports = {
port: process.env.PORT || 5252,
// Add any other configuration variables here
allowedOrigins: [
'http://localhost:5252',
'https://btcforplebs.com',
'https://www.btcforplebs.com'
]
};