Skip to content

Commit be110e0

Browse files
committed
Create mod_conf
1 parent c719cbb commit be110e0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

mod_conf

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Set location of CDR files
2+
# Example: cdr_path = "/opt/ftproot/"
3+
cdr_path = "/mnt/sdb1/ftproot/"
4+
5+
# Set location where CDR files are archived to after processing
6+
# Example: archive_path = "/tmp/cdr/archive/"
7+
archive_path = "/mnt/sdb1/archive/"
8+
9+
# Set ElasticSearch Index
10+
# Example: es_index = "cdr"
11+
# from datetime import datetime
12+
# es_index = "cdr-%s" % datetime.utcnow().strftime("%Y.%m.%d")
13+
es_index = ""
14+
15+
# Set ElasticSearch Type
16+
# Example: es_type = "parsed_cdr"
17+
es_type = ""

0 commit comments

Comments
 (0)