Set up FastAPI server, vanilla UI, and deployment scripts for the TTS app, including DB/ffmpeg wiring and Apache config.
6 lines
77 B
Bash
6 lines
77 B
Bash
DB_HOST=ncue.net
|
|
DB_PORT=5432
|
|
DB_NAME=tts
|
|
DB_USER=ncue
|
|
DB_PASSWORD=ncue5004!
|