Advertisement
Guest User

Example server.json file

a guest
Jul 8th, 2013
1,114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. {
  2. "server1": {
  3. "address": "localhost",
  4. "port": 18001,
  5. "password": "server1spassword"
  6. },
  7. "server2": {
  8. "address": "localhost",
  9. "port": 18002,
  10. "password": "server2spassword"
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement