mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
Set web app port in config
This commit is contained in:
parent
33c88f3838
commit
8bb2a3d1e4
2
app.js
2
app.js
@ -37,4 +37,4 @@ manager.on('servers', function() {
|
|||||||
io.emit('servers', manager.getServers());
|
io.emit('servers', manager.getServers());
|
||||||
});
|
});
|
||||||
|
|
||||||
server.listen(3000);
|
server.listen(config.port);
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
path: 'path-to-arma3-directory',
|
path: 'path-to-arma3-directory',
|
||||||
|
port: 3000,
|
||||||
type: 'linux', // Can be either linux, windows or wine
|
type: 'linux', // Can be either linux, windows or wine
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user