ttsfm / .env
NitinBot001's picture
Update .env
4e58b7c verified
raw
history blame contribute delete
143 Bytes
# Server configuration
HOST=0.0.0.0
PORT=8000
# SSL configuration
VERIFY_SSL=True
# Flask configuration
FLASK_ENV=production
FLASK_APP=app.py