diff options
Diffstat (limited to 'etc/miav.conf')
-rw-r--r-- | etc/miav.conf | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/etc/miav.conf b/etc/miav.conf new file mode 100644 index 0000000..aa85797 --- /dev/null +++ b/etc/miav.conf @@ -0,0 +1,22 @@ +# +# 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 + +# Size of the screen in inches +screensize = 19.0 +pixel_width = 1024 +pixel_height = 768 + +# How and where to connect to the miav server? +server_addr = "192.168.0.10" +server_port = 30000 + |