fix:STT V2 기본 리전을 서울(asia-northeast3)로 변경

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
김보곤
2026-02-11 21:03:25 +09:00
parent 7f1f7165a5
commit 4c360b3834

View File

@@ -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'),
],
/*