add auth token checking

This commit is contained in:
2024-06-22 00:18:17 -05:00
parent 7298023fb9
commit 7b9b024f59
3 changed files with 6 additions and 3 deletions
+4
View File
@@ -0,0 +1,4 @@
PORT=9992
HOST=0.0.0.0
DATABASE_URL="postgresql://user:pass@localhost:5432/fdlogup?schema=public"
AUTH_TOKEN="" # https://generate-secret.vercel.app/128