mirror of
https://github.com/Permissionless-Software-Foundation/bch-dex.git
synced 2026-09-23 01:22:03 -07:00
9 lines
156 B
JavaScript
9 lines
156 B
JavaScript
/*
|
|
This file is used to store unsecure, application-specific data common to all
|
|
environments.
|
|
*/
|
|
|
|
module.exports = {
|
|
port: process.env.PORT || 5000
|
|
}
|