summaryrefslogtreecommitdiffhomepage
path: root/data/client.cfg
blob: f1e36b46f17e4b38875b3644c1415028941ea580 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CLIENT_CONFIG

server: {
  name: "Public Test Server",
  addr: "79.98.149.230",
  port: 11100,
}

server: {
  name: "Localhost",
  addr: "127.0.0.1",
  port: 11100,
}