fix strange error where env variables are not read but somehow cashed. fixed by renaming the .env variable.
addind auto-detect of tts language
This commit is contained in:
6
.env.development
Normal file
6
.env.development
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
ENV_NAME=development
|
||||
TTS_API_URL=https://api.tts.d-popov.com/asr
|
||||
WS_URL=ws://localhost:8081
|
||||
SERVER_PORT_WS=8081
|
||||
SERVER_PORT_HTTP=8080
|
Reference in New Issue
Block a user