APP_ENV=dev
APP_DEBUG=1
APP_SECRET=changeme-generate-a-32-char-random-string

DATABASE_URL="postgresql://app:password@postgres:5432/wearlab_dev?serverVersion=16&charset=utf8"
REDIS_URL="redis://redis:6379"

CORS_ALLOW_ORIGIN=http://localhost:8080
