all these changes

This commit is contained in:
Jake Kasper
2026-04-09 13:19:47 -05:00
parent e83a51a051
commit 65315f36d1
39102 changed files with 7932979 additions and 567 deletions

16
.env
View File

@@ -29,9 +29,21 @@ WEATHER_API_KEY=5bae1b310158565c65f982d4074e803b
# Application URLs (automatically configured for production)
FRONTEND_URL=https://turftracker.kaspers.us
# Gmail OAuth2 Email Delivery
# Modern Gmail auth uses OAuth2/XOAUTH2, not basic SMTP passwords.
# Create an OAuth client in Google Cloud, grant Gmail API / mail scope access,
# then generate a refresh token for the mailbox that will send mail.
GMAIL_OAUTH_USER=jake@kaspers.us
GMAIL_OAUTH_CLIENT_ID=1057329953165-hjv7t8phjsl1r17qbnj1p5lo6os43h22.apps.googleusercontent.com
GMAIL_OAUTH_CLIENT_SECRET=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
GMAIL_OAUTH_REFRESH_TOKEN=1//043TOfuJGqQoYCgYIARAAGAQSNwF-L9IrgZ3I6TrEBcYqzqUGPmIUzQVT2y0GX0AQah-78MtFFP0oyH5L2T4ukCHJjy619_EWjyY
GMAIL_OAUTH_REDIRECT_URI=https://developers.google.com/oauthplayground
EMAIL_FROM_NAME=TurfTracking
EMAIL_FROM_ADDRESS=turftracker@kaspers.us
# Node Environment
NODE_ENV=development
# Port Configuration (optional - defaults are set)
PORT=5000
FRONTEND_PORT=3000
PORT=5001
FRONTEND_PORT=3000