Added experimental version of pirsch for server side tracking.

This commit is contained in:
Marvin Blum
2020-06-21 16:01:42 +02:00
committed by Marvin Blum
parent a23faafc25
commit 186f1213a6
10 changed files with 106 additions and 7 deletions

9
dev.sh
View File

@@ -10,5 +10,14 @@ export MB_HOT_RELOAD=true
export MB_EMVI_CLIENT_ID=3fBBn144yvSF9R3dPC8l
export MB_EMVI_CLIENT_SECRET=dw3FeshelTgdf1Gj13J7uF5FfdPDi40sQvvwqeFVKTTyIDuCdlAHhRY72csFL6yg
export MB_EMVI_ORGA=marvin
export MB_DB_HOST=localhost
export MB_DB_PORT=5432
export MB_DB_USER=postgres
export MB_DB_PASSWORD=postgres
export MB_DB_SCHEMA=marvinblum
export MB_DB_SSLMODE=disable
export MB_DB_SSLCERT=
export MB_DB_SSLKEY=
export MB_DB_SSLROOTCERT=
go run main.go