Initial Commit with ENVs, directory structures, cursor rules, etc
This commit is contained in:
+20
@@ -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
|
||||
Reference in New Issue
Block a user