mirror of
https://github.com/Permissionless-Software-Foundation/bch-email-api.git
synced 2026-09-21 16:52:04 -07:00
4 lines
54 B
JavaScript
4 lines
54 B
JavaScript
module.exports = {
|
|
port: process.env.PORT || 5000
|
|
}
|