Initial Commit with ENVs, directory structures, cursor rules, etc

This commit is contained in:
2025-05-10 17:12:58 -05:00
commit 1a65e69d25
21 changed files with 572 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# Google API Credentials
GOOGLE_CLIENT_ID=your_client_id_here
GOOGLE_CLIENT_SECRET=your_client_secret_here
GOOGLE_REDIRECT_URI=http://localhost/family-hub/auth/google/callback
# Google Calendar
GOOGLE_CALENDAR_ID=your_calendar_id_here
GOOGLE_CALENDAR_EMBED_CODE=your_embed_code_here
# Google Drive
GOOGLE_DRIVE_FOLDER_ID=your_folder_id_here
# Application Settings
APP_ENV=development
APP_DEBUG=true
APP_URL=http://localhost/family-hub
# Export Settings
EXPORT_FREQUENCY=daily
EXPORT_RETENTION_DAYS=30