| # API 서버 설정 | |
| API_BASE_URL=http://localhost:8000 | |
| PORT=5000 | |
| # VITO STT API 키 | |
| VITO_CLIENT_ID=your_vito_client_id | |
| VITO_CLIENT_SECRET=your_vito_client_secret | |
| # API 서버 설정 | |
| API_BASE_URL=http://localhost:8000 | |
| PORT=5000 | |
| # VITO STT API 키 | |
| VITO_CLIENT_ID=your_vito_client_id | |
| VITO_CLIENT_SECRET=your_vito_client_secret | |