diff options
Diffstat (limited to 'eventStreamer/config.py')
| -rwxr-xr-x | eventStreamer/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eventStreamer/config.py b/eventStreamer/config.py index 88cf9ac..7389ab9 100755 --- a/eventStreamer/config.py +++ b/eventStreamer/config.py @@ -2,5 +2,5 @@ mysql_ip="127.0.0.1" mysql_user="openBTS" mysql_pword="openBTS" mysql_db="openBTS" -viz_port="7888" +viz_port=7888 viz_ip="127.0.0.1"
\ No newline at end of file |
