arma-server-web-admin/config.js.example
2015-05-30 02:29:48 +02:00

12 lines
442 B
Plaintext

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
auth: { // If both username and password is set, HTTP Basic Auth will be used
username: '', // Username for HTTP Basic Auth
password: '', // Password for HTTP Basic Auth
}
};