Update config.js.example

This commit is contained in:
Steven Koeberich 2015-05-29 17:24:18 +02:00
parent ad5a1384e1
commit 732a7e1528

View File

@ -2,5 +2,6 @@ module.exports = {
game: 'arma3', // arma3, arma2oa, arma2, arma1, cwa, ofpresistance, ofp
path: 'path-to-arma3-directory',
port: 3000,
host: '0.0.0.0', // Can be either an IP or a Hostname
type: 'linux', // Can be either linux, windows or wine
};