From 4c360b38342bbf2b5a49e48b38d8ace9d98f8270 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Wed, 11 Feb 2026 21:03:25 +0900 Subject: [PATCH] =?UTF-8?q?fix:STT=20V2=20=EA=B8=B0=EB=B3=B8=20=EB=A6=AC?= =?UTF-8?q?=EC=A0=84=EC=9D=84=20=EC=84=9C=EC=9A=B8(asia-northeast3)?= =?UTF-8?q?=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- config/services.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/services.php b/config/services.php index 861a1443..142f3576 100644 --- a/config/services.php +++ b/config/services.php @@ -47,7 +47,7 @@ 'google' => [ 'credentials_path' => env('GOOGLE_APPLICATION_CREDENTIALS'), 'storage_bucket' => env('GOOGLE_STORAGE_BUCKET'), - 'location' => env('GOOGLE_STT_LOCATION', 'us-central1'), + 'location' => env('GOOGLE_STT_LOCATION', 'asia-northeast3'), ], /*