diff options
Diffstat (limited to 'eventStreamer/config.py')
| -rwxr-xr-x | eventStreamer/config.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eventStreamer/config.py b/eventStreamer/config.py index 1b9fe51..707ab83 100755 --- a/eventStreamer/config.py +++ b/eventStreamer/config.py @@ -1,6 +1,6 @@ -mysql_ip="134.226.86.120" -mysql_user="tim" -mysql_pword="Visualise this" +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 |
