diff options
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  | 
