Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions config/config.default.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ module.exports = appInfo => {
**/
const config = exports = {};

// config host and port
config.cluster = {
listen: {
path: '',
port: 7001,
hostname: '0.0.0.0',
},
};

// use for cookie sign key, should change to your own and keep security
config.keys = appInfo.name + '_1662430224326_6309';

Expand Down