Updated Go dependencies and added salt for pirsch.

This commit is contained in:
Marvin Blum
2020-07-04 00:31:29 +02:00
committed by Marvin Blum
parent 4f0ccbbe5c
commit 59dfcb7fde
4 changed files with 23 additions and 507 deletions

View File

@@ -50,7 +50,7 @@ func NewTracker() *pirsch.Tracker {
db = sqlx.NewDb(conn, "postgres")
store = pirsch.NewPostgresStore(conn)
tracker := pirsch.NewTracker(store, nil)
tracker := pirsch.NewTracker(store, os.Getenv("MB_TRACKING_SALT"), nil)
analyzer = pirsch.NewAnalyzer(store)
processor := pirsch.NewProcessor(store)
processTrackingData(processor)