diff options
| author | git commit -m first <[email protected]> | 2019-06-12 15:06:20 +0800 |
|---|---|---|
| committer | git commit -m first <[email protected]> | 2019-06-12 15:06:20 +0800 |
| commit | 10e810b629148dcc96159d96045edccb94af600a (patch) | |
| tree | d8e4724d2f1ea208f05fa6d96be8ad6413b6df3b /djconf | |
add source code
Diffstat (limited to 'djconf')
| -rw-r--r-- | djconf/comm_audit.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/djconf/comm_audit.conf b/djconf/comm_audit.conf new file mode 100644 index 0000000..71aa9ff --- /dev/null +++ b/djconf/comm_audit.conf @@ -0,0 +1,19 @@ +[DEFAULT]
+htable_size = 100000
+sleep = 2
+log_level = 10
+log_path = ./log/comm_audit_log
+
+[UPLOAD_LOG]
+upload_log_path = /tmp/comm_upload_log
+tmp_log_path = /tmp/comm_log
+
+[UPLOAD_PZ]
+upload_pz_path = /tmp/upload_pz
+read_upload_pz_interval = 60
+default_upload_interval = 2
+defailt_upload_max_num = 100000
+
+[IPDB_PZ]
+flag = 0
+mmdb_path = ./db/all_ip_only_coun_v4.mmdb
|
