diff options
author | deva <deva> | 2005-06-14 12:29:40 +0000 |
---|---|---|
committer | deva <deva> | 2005-06-14 12:29:40 +0000 |
commit | 430524810e67d3c223a2ab819f45b882b419c45d (patch) | |
tree | 0abb4b2dd3dabc414c755c30e52d0b5022ee8670 /etc | |
parent | 0836a6e06f86e366017da3b2b2c132b3a4f2c877 (diff) |
Incorporated the use of the Info object everywhere... also using the log functionality.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/miav.conf | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/etc/miav.conf b/etc/miav.conf index 7e7ba7d..51fda2f 100644 --- a/etc/miav.conf +++ b/etc/miav.conf @@ -2,6 +2,10 @@ # The MIaV configuration file # +# Log files of the server and the client +client_log_file = "/tmp/miav_client.log" +server_log_file = "/tmp/miav_server.log" + # Cpr Database configuration cpr_host = "cpr.j.auh.dk" cpr_port = 10301 @@ -23,7 +27,11 @@ player_skip_frames = 1 server_addr = "192.168.0.10" server_port = 18120 -# Where top store the files recieved by the server +# Run the server as the following user: +server_uid = 500 +server_gid = 100 + +# Where to store the files recieved by the server server_root = "/home/miav/miav_files" # Video output controls. A sequence of I and P, where I is keyframes |