This repository has been archived on 2024-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
FunctionProject/backend/assets/config/config.js

5 lines
80 B
JavaScript
Raw Normal View History

const config = {
2020-03-16 22:55:32 +01:00
PORT: process.env.PORT || 8080
};
module.exports = config;