Advertisement
Guest User

Untitled

a guest
Mar 18th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. module.exports = {
  2. game: 'arma3', // arma3, arma3_x64, arma2oa, arma2, arma1, cwa, ofpresistance, ofp
  3. path: 'C:\\Serveurs\\Arma3Serveur1',
  4. port: 80,
  5. host: '94.23.217.215', // Can be either an IP or a Hostname
  6. type: 'windows', // Can be either linux, windows or wine
  7. serverMods: [ // Mods used exclusively by server and not shared with clients
  8. '',
  9. ],
  10. auth: { // If both username and password is set, HTTP Basic Auth will be used
  11. username: '*******', // Username for HTTP Basic Auth
  12. password: '******', // Password for HTTP Basic Auth
  13. },
  14. prefix: "", // Prefix to all server names
  15. suffix: "", // Suffix to all server names
  16. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement