summaryrefslogtreecommitdiff
path: root/config/server.json.example
blob: 9fdc773677ed613184d9bccbcca0a68046a7dc07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "Servername #1": {
      "ip": "127.0.0.1",
      "port": 27015,
      "gameid": 730
    },
    "Servername #2": {
      "ip": "1.2.3.4",
      "port": 1337,
      "gameid": 730
    }
}