Skip to content

Instantly share code, notes, and snippets.

@Frioo
Frioo / .env
Created June 25, 2024 15:14
Medusa docker setup
# Medusa
DATABASE_TYPE=postgres
DATABASE_URL=postgres://medusa:secret@db/medusa
DATABASE=medusa
REDIS_URL=redis://cache
STORE_CORS=http://localhost:3000
JWT_SECRET=secret
COOKIE_SECRET=secret
# Postgres