summaryrefslogtreecommitdiff
path: root/eventStreamer/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'eventStreamer/config.py')
-rwxr-xr-xeventStreamer/config.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/eventStreamer/config.py b/eventStreamer/config.py
new file mode 100755
index 0000000..88cf9ac
--- /dev/null
+++ b/eventStreamer/config.py
@@ -0,0 +1,6 @@
+mysql_ip="127.0.0.1"
+mysql_user="openBTS"
+mysql_pword="openBTS"
+mysql_db="openBTS"
+viz_port="7888"
+viz_ip="127.0.0.1" \ No newline at end of file