diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-06-02 01:41:16 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-06-02 01:41:16 +0100 |
| commit | 5e3ad78c98cb45bb4f902207d25f4fec6a2bedaa (patch) | |
| tree | 13cb2e98f33fcad83a74f3abb717bab06e01d2a4 /eventStreamer/config.py | |
| parent | 4ca02e7856d0e660906e2a0f04150fbfce70214d (diff) | |
streaming from db
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 |
