fix:STT V2 기본 리전을 싱가포르(asia-southeast1)로 변경

Chirp 2 지원 리전: us-central1, europe-west4, asia-southeast1
서울(asia-northeast3)은 Chirp 2 미지원

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

View File

@@ -47,7 +47,7 @@
'google' => [
'credentials_path' => env('GOOGLE_APPLICATION_CREDENTIALS'),
'storage_bucket' => env('GOOGLE_STORAGE_BUCKET'),
'location' => env('GOOGLE_STT_LOCATION', 'asia-northeast3'),
'location' => env('GOOGLE_STT_LOCATION', 'asia-southeast1'),
],
/*