.env.template 128 B

12345
  1. JWT_SECRET=something
  2. COOKIE_SECRET=something
  3. DATABASE_URL="postgres://localhost/medusa-store"
  4. REDIS_URL=redis://localhost:6379