Fixed error where track api route was not unsubscribing contacts
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# ENV
|
||||
JWT_SECRET=mysupersecretJWTsecret
|
||||
REDIS_URL=redis://127.0.0.1:56379
|
||||
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/postgres
|
||||
DATABASE_URL=postgresql://postgres:postgres@localhost:55432/postgres
|
||||
DISABLE_SIGNUPS=false
|
||||
|
||||
# AWS
|
||||
|
||||
Reference in New Issue
Block a user