Add .gitignore and update backend/.env changes

This commit is contained in:
unknown 2025-05-10 03:15:35 +07:00
parent b0e682a8b5
commit 9f89fee3f4
2 changed files with 9 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
# Ignore .env file to avoid pushing sensitive data to GitHub
backend/.env

View File

@ -4,3 +4,9 @@ DB_USER=root
DB_NAME=sibayam
API_URL=http://localhost:5000
JWT_SECRET=2c5t0ny38989t03cr4ny904r8xy12jc
EMAIL_HOST=email_host
EMAIL_PORT=2525
EMAIL_USER=email_user
EMAIL_PASS=email_pass
SENDGRID_API_KEY=your_send_grid_api_key
EMAIL_FROM=sibayam52@gmail.com