Add .gitignore and update backend/.env changes
This commit is contained in:
parent
b0e682a8b5
commit
9f89fee3f4
|
@ -0,0 +1,2 @@
|
|||
# Ignore .env file to avoid pushing sensitive data to GitHub
|
||||
backend/.env
|
|
@ -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
|
Loading…
Reference in New Issue