10 lines
266 B
Bash
10 lines
266 B
Bash
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
|
|
|