aboutsummaryrefslogtreecommitdiffstats
path: root/testing/oscam/oscam.conf
diff options
context:
space:
mode:
Diffstat (limited to 'testing/oscam/oscam.conf')
-rw-r--r--testing/oscam/oscam.conf40
1 files changed, 40 insertions, 0 deletions
diff --git a/testing/oscam/oscam.conf b/testing/oscam/oscam.conf
new file mode 100644
index 0000000000..70204fa11c
--- /dev/null
+++ b/testing/oscam/oscam.conf
@@ -0,0 +1,40 @@
+[global]
+usrfile = /var/log/oscamuser.log
+logfile = /var/log/oscam.log
+cwlogdir = /etc/oscam/cw
+disablelog = 0
+disableuserfile = 0
+usrfileflag = 0
+clienttimeout = 2000
+fallbacktimeout = 1500
+clientmaxidle = 120
+failbantime = 0
+bindwait = 120
+netprio = 0
+clientdyndns = 0
+resolvedelay = 2
+unlockparental = 0
+nice = -1
+serialreadertimeout = 1000
+maxlogsize = 10
+waitforcards = 1
+preferlocalcards = 1
+saveinithistory = 0
+readerrestartseconds = 5
+lb_mode = 0
+lb_save = 0
+lb_nbest_readers = 1
+lb_nfb_readers = 1
+lb_min_ecmcount = 5
+lb_max_ecmcount = 500
+lb_reopen_seconds = 900
+resolvegethostbyname = 0
+
+[webif]
+httpport = 15080
+httpuser = username
+httppwd = password
+httprefresh = 0
+httpallowed = 127.0.0.1
+httphideidleclients = 0
+httpreadonly = 0