feat: name
CI / 🧪 Tests Laravel (push) Successful in 2m16s
CI / 🐳 Build & Push Image (push) Successful in 38s

This commit is contained in:
2026-08-12 10:08:59 +02:00
parent eef021fc1f
commit 31633cfd2c
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
return [
'ai_generation' => [
'user_name' => env('AI_MEAL_USER_NAME', 'Daily Meal AI'),
'user_name' => env('AI_MEAL_USER_NAME', 'Bowli 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'),