Add env template and update gitignore and intellij code styles

This commit is contained in:
2025-04-15 15:19:55 +02:00
parent eceacf2117
commit 130dd4922d
8 changed files with 76 additions and 7491 deletions

5
.env.template Normal file
View File

@ -0,0 +1,5 @@
PORT=5000
MONGODB_URI=mongodb://localhost:27017/friendship-network
JWT_SECRET=your_jwt_secret_key_change_this
CLIENT_URL=http://localhost:3000
ENABLE_REGISTRATION=true