add jwt sec

This commit is contained in:
MLH
2025-04-07 22:42:51 +02:00
parent abfd0858f3
commit e258390387

2
.env
View File

@ -3,7 +3,7 @@
DATABASE_URL=postgresql://postgres:password@localhost:5432/tt_tournament
# JWT Secret Key (change this to a long, random, secure string)
JWT_SECRET=YOUR_VERY_SECRET_RANDOM_KEY_HERE
JWT_SECRET=jif32r7fFEKMh75jrfIHNF8i5hnik9HToB7540VF3gaf
# Port the application will run on
PORT=3000