small bugfixes, add simple posthog out endpoint

This commit is contained in:
Matthias Nannt
2023-04-04 15:10:08 +02:00
parent 1d39373117
commit 070d69f094
6 changed files with 78 additions and 103 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ NEXTAUTH_SECRET=RANDOM_STRING
# Set this to your public-facing URL, e.g., https://example.com
NEXTAUTH_URL=http://localhost:3000
# This should always be localhost:3000 (or whatever port your app is running on)
NEXTAUTH_URL_INTERNAL=http://localhost:3000
# If you encounter NEXT_AUTH URL problems this should always be localhost:3000 (or whatever port your app is running on)
# NEXTAUTH_URL_INTERNAL=http://localhost:3000
DATABASE_URL='postgresql://postgres:postgres@localhost:5432/postgres?schema=public'