2014-02-09 03:19:48 +00:00
|
|
|
module.exports = {
|
2014-04-06 23:16:08 +00:00
|
|
|
path: 'path-to-arma3-directory',
|
2015-01-16 21:50:52 +00:00
|
|
|
port: 3000,
|
2014-04-06 23:16:08 +00:00
|
|
|
type: 'linux', // Can be either linux, windows or wine
|
2014-02-09 03:19:48 +00:00
|
|
|
};
|