diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-07-11 14:41:29 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-07-11 14:41:29 +0100 |
| commit | 71530320457254d8b1f311e57b172a1680c017ce (patch) | |
| tree | 830c4b9c047dbb8282be0301cd922c529540836a /eventStreamer | |
| parent | 68535d4cfc77942e5979a2500f2981332fddaafc (diff) | |
Diffstat (limited to 'eventStreamer')
| -rwxr-xr-x | eventStreamer/config.local | 6 | ||||
| -rwxr-xr-x | eventStreamer/config.py | 6 |
2 files changed, 3 insertions, 9 deletions
diff --git a/eventStreamer/config.local b/eventStreamer/config.local deleted file mode 100755 index 02b8af0..0000000 --- a/eventStreamer/config.local +++ /dev/null @@ -1,6 +0,0 @@ -mysql_ip="127.0.0.1" -mysql_user="openBTS" -mysql_pword="openBTS" -mysql_db="openBTS_01" -viz_port=7888 -viz_ip="127.0.0.1"
\ No newline at end of file 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 |
