WS & TTS urls configurable
This commit is contained in:
@ -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",
|
||||
|
||||
|
Reference in New Issue
Block a user