summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 730aa4e..ef60471 100644
--- a/main.go
+++ b/main.go
@@ -8,7 +8,7 @@ import (
)
const (
- DATABASE_USER = "flow-cleaner"
+ DATABASE_USER = "flowcleaner"
DATABASE_PASS = "nil"
DATABASE_CONNECTION = "" //e.g. "tcp(localhost:55555)
DATABASE_NAME = "netflow"