summaryrefslogtreecommitdiff
path: root/src/miav.conf
blob: c0f5c89702715f8b246a97c80e7db95fb05e3a2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
# The MIaV configuration file
#

# Cpr Database configuration
cpr_host	= "cpr.j.auh.dk"
cpr_port	= 10301
cpr_timeout	= 10000

# Video source
#video_width	= 720
#video_height	= 576
video_width	= 500
video_height	= 370

# Size of the screen in inches
screensize	= 14.0
pixel_width	= 800
pixel_height	= 600

# How and where to connect to the miav server?
server_addr	= "192.168.0.10"
server_port	= 30000