From 732a7e15284cc0a4ed16e88938354269300b3062 Mon Sep 17 00:00:00 2001 From: Steven Koeberich Date: Fri, 29 May 2015 17:24:18 +0200 Subject: [PATCH] Update config.js.example --- config.js.example | 1 + 1 file changed, 1 insertion(+) diff --git a/config.js.example b/config.js.example index e0fdbbd..4ed2b0a 100644 --- a/config.js.example +++ b/config.js.example @@ -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 };