ai/.env.development

13 lines
356 B
Text
Raw Permalink Normal View History

PORT=3790
DATABASE_URL=postgresql://postgres:devpassword@localhost:26405/ai
DATABASE_HOST=localhost
DATABASE_PORT=26405
DATABASE_USER=postgres
DATABASE_PASSWORD=devpassword
DATABASE_NAME=ai
REDIS_URL=redis://localhost:26404
MIGRATIONS_RUN=true
NAG_MODEL=ministral-3b-instruct
MODEL_BOSS_URL=http://localhost:8210
SPEECH_SYNTHESIS_URL=http://localhost:8000