feat: add authentication routes, update environment variables, and enhance error handling
This commit is contained in:
@@ -1 +1,4 @@
|
||||
DATABASE_URL=postgres://username:password@localhost:5432/database_name
|
||||
JWT_SECRET=replace_with_a_long_random_secret
|
||||
JWT_EXPIRES_IN=7d
|
||||
PORT=3000
|
||||
|
||||
Reference in New Issue
Block a user