# Backend
# Must be one of the values accepted by src/core/config.py: development | production
ENVIRONMENT=development
SECRET_KEY=changethis

# Postgres
POSTGRES_SERVER=db
POSTGRES_PORT=5432
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=item_db
