diff options
Diffstat (limited to 'eventStreamer/config.py')
| -rwxr-xr-x | eventStreamer/config.py | 6 |
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 |
