mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-07-05 17:20:05 +08:00
4 lines
83 B
JavaScript
4 lines
83 B
JavaScript
var config = {}
|
|
config.port = process.env.PORT || 3000;
|
|
|
|
module.exports = config;
|