mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
7 lines
202 B
Plaintext
7 lines
202 B
Plaintext
module.exports = {
|
|
game: 'arma3', // arma3, arma2oa, arma2, arma1, cwa, ofpresistance, ofp
|
|
path: 'path-to-arma3-directory',
|
|
port: 3000,
|
|
type: 'linux', // Can be either linux, windows or wine
|
|
};
|