feat: cron
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'ai_generation' => [
|
||||
'user_name' => env('AI_MEAL_USER_NAME', 'Daily Meal AI'),
|
||||
'user_email' => env('AI_MEAL_USER_EMAIL', 'ai@daily-meal.local'),
|
||||
'image_path' => env('AI_MEAL_IMAGE_PATH', 'meal-posts/ai-generated'),
|
||||
'image_quality' => env('AI_MEAL_IMAGE_QUALITY', 'medium'),
|
||||
'text_timeout' => (int) env('AI_MEAL_TEXT_TIMEOUT', 90),
|
||||
'image_timeout' => (int) env('AI_MEAL_IMAGE_TIMEOUT', 120),
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user