File size: 163 Bytes
babf3f3 |
1 2 3 4 5 6 7 8 |
# 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
|
babf3f3 |
1 2 3 4 5 6 7 8 |
# 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
|