mcp-hub-001: Project scaffolding and core server
This commit is contained in:
parent
2b557e1eca
commit
60d92af13b
6 changed files with 916 additions and 0 deletions
4
src/config.js
Normal file
4
src/config.js
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
module.exports = {
|
||||
PORT: parseInt(process.env.PORT, 10) || 3000,
|
||||
HUB_SECRET: process.env.HUB_SECRET || 'dev-secret',
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue