diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-06-01 17:49:36 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-06-01 17:49:36 +0100 |
| commit | 4ca02e7856d0e660906e2a0f04150fbfce70214d (patch) | |
| tree | eeb15426d9fa1e5bca8d713177b567c88f87a01f /eventStreamer/config.py | |
| parent | e410b99203100c47674c92b910f6e0422b39ccdf (diff) | |
event streamer
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 |
