Files
BTCforPlebs.com/config.js
2025-09-26 23:59:18 -04:00

9 lines
241 B
JavaScript

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