aboutsummaryrefslogtreecommitdiff
path: root/mavigator-server/src/main/resources/reference.conf
blob: 47ca9ae7962b50263a528ca9f104f8d8f7b73b34 (plain) (blame)
1
2
3
4
5
6
7
8
9
mavigator {

  # Interface to listen on for client connections
  interface = "::"

  # Port on which to listen for client connections
  port = 8080

}