implement JWT tokens, regenerate docs and sqlc
This commit is contained in:
+6
-1
@@ -1,2 +1,7 @@
|
||||
# Postgres
|
||||
DATABASE_URL=postgresql://user:password@host:5432/database
|
||||
DATABASE_URL=postgresql://user:password@host:5432/database
|
||||
|
||||
# JWT
|
||||
JWT_SECRET=
|
||||
JWT_ISSUER=
|
||||
JWT_TTL_MINUTES=
|
||||
Reference in New Issue
Block a user