FunctionProject/backend/assets/config/config.js

5 lines
80 B
JavaScript

const config = {
PORT: process.env.PORT || 8080
};
module.exports = config;