From c857f29717e071321e0db0c728d93e6403fef56a Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 25 Apr 2005 17:34:19 +0000 Subject: Added configuration files to the install dir. --- etc/Makefile.am | 7 +++++++ etc/miav.conf | 22 ++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 etc/Makefile.am create mode 100644 etc/miav.conf (limited to 'etc') diff --git a/etc/Makefile.am b/etc/Makefile.am new file mode 100644 index 0000000..e149dab --- /dev/null +++ b/etc/Makefile.am @@ -0,0 +1,7 @@ +EXTRA_DIST = \ + miav.conf + +sysconfdir=${prefix}/etc/miav + +dist_sysconf_DATA = \ + miav.conf \ No newline at end of file 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 + -- cgit v1.2.3