WS & TTS urls configurable

This commit is contained in:
Dobromir Popov
2023-03-06 23:56:43 +02:00
parent 473d640809
commit 2f56d76042
5 changed files with 394 additions and 61 deletions

View File

@ -16,7 +16,11 @@
//"forwardPorts": [ "28080:8080", "28081:8081"],
// tell vscode to forward the port 8080 to the container to random local port
"appPort": ["28080:8080", "28081:8081"],
"remoteEnv": {
"TTS_BACKEND_URL": "http://192.168.0.10:9008/asr",
//"WS_URL":"ws://192.168.0.10:28081"
"WS_URL":"wss://ws.ai.d-popov.com"
}
// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "npm install ws express request",