Backup senica-RVO2 on 16.10.2025
This commit is contained in:
parent
8ccc3a848e
commit
186d55017f
101 changed files with 30952 additions and 0 deletions
15
RVO2/release.js
Executable file
15
RVO2/release.js
Executable file
|
|
@ -0,0 +1,15 @@
|
|||
// ===================================================
|
||||
// FOR PRODUCTION
|
||||
// Total.js - framework for Node.js platform
|
||||
// https://www.totaljs.com
|
||||
// ===================================================
|
||||
|
||||
const options = {'ip':'0.0.0.0', 'port':12345};
|
||||
|
||||
// options.ip = '127.0.0.1';
|
||||
// options.port = parseInt(process.argv[2]);
|
||||
// options.config = { name: 'Total.js' };
|
||||
// options.sleep = 3000;
|
||||
|
||||
require('total.js').http('release', options);
|
||||
// require('total.js').cluster.http(5, 'release', options);
|
||||
Loading…
Add table
Add a link
Reference in a new issue