# Env file with only non-AI vars
DATABASE_URL=postgres://user:pass@localhost:5432/app
REDIS_URL=redis://localhost:6379/0
PORT=8080
NODE_ENV=development
