diff options
author | deva <deva> | 2005-03-24 16:47:23 +0000 |
---|---|---|
committer | deva <deva> | 2005-03-24 16:47:23 +0000 |
commit | fed5c1dbf6a6c01719efc686a3d966f810ab0ade (patch) | |
tree | 82958aea393b42e527559456a47aaad03cdbd42f /src/miav.conf | |
parent | 215a98d25d26ed5f1d38deced21da5d8daae69b7 (diff) |
Made the configurationfile parser
Diffstat (limited to 'src/miav.conf')
-rw-r--r-- | src/miav.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/miav.conf b/src/miav.conf new file mode 100644 index 0000000..214755f --- /dev/null +++ b/src/miav.conf @@ -0,0 +1,12 @@ +# +# The MIaV configuration file +# + +# Cpr Database configuration +cpr_host = "cpr.j.auh.dk" +cpr_port = 10301 + +# Size of the screen in inches +screensize = 19.0 +pixel_width = 1024 +pixel_height = 768 |