20 lines
505 B
Plaintext
20 lines
505 B
Plaintext
# 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 |