Files
FishIQ/.env.example
T

10 lines
266 B
Bash
Raw Normal View History

2026-08-28 10:56:14 -05:00
POSTGRES_DB=fishiq
POSTGRES_USER=fishiq
POSTGRES_PASSWORD=fishiq_dev
DATABASE_URL=postgresql://fishiq:fishiq_dev@db:5432/fishiq
REDIS_URL=redis://redis:6379/0
DJANGO_SECRET_KEY=change-me-in-real-environments
DJANGO_DEBUG=true
VITE_API_URL=http://localhost:8000/api