feat: Update .env file to comment out JWT configuration and add .gitignore for keys directory

This commit is contained in:
Jean Jacques Avril 2025-03-11 23:56:35 +00:00
parent 2e13d775fa
commit c3162756ad
2 changed files with 4 additions and 3 deletions

View File

@ -7,8 +7,8 @@ DB_SSLMODE=disable
API_KEY=
# JWT Configuration
JWT_SECRET=test
JWT_KEY_DIR=keys
JWT_KEY_GENERATE=true
#JWT_SECRET=test
#JWT_KEY_DIR=keys
#JWT_KEY_GENERATE=true
JWT_TOKEN_DURATION=24h
ENVIRONMENT=production

1
backend/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
keys