Delete backend/.env.example

This commit is contained in:
2026-05-23 02:11:02 +00:00
parent 698adad42a
commit f65681d2bd

View File

@@ -1,13 +0,0 @@
# Server
PORT=3000
NODE_ENV=development
# Database
DATABASE_URL=postgresql://user:password@localhost:5432/optihack
# JWT
JWT_SEED=your_super_secret_jwt_seed_here_change_in_production
JWT_EXPIRES_IN=7d
# Bcrypt
BCRYPT_ROUNDS=10