aboutsummaryrefslogtreecommitdiff
path: root/mavigator-server/src/main/resources/application.conf
blob: 85d609b72e78b025553f31b80f8e6fbd5fd15185 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
mavigator {

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

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

  # Mavlink system ID identifying this base station
  system_id = 1

}