Initial commit of medusajs v2 rc2

This commit is contained in:
2024-10-09 18:11:16 +05:30
commit 5e1fbc2a4c
31 changed files with 30313 additions and 0 deletions

9
.env.template Normal file
View File

@ -0,0 +1,9 @@
STORE_CORS=http://localhost:8000,https://docs.medusajs.com
ADMIN_CORS=http://localhost:5173,http://localhost:9000,https://docs.medusajs.com
AUTH_CORS=http://localhost:5173,http://localhost:9000,https://docs.medusajs.com
REDIS_URL=redis://localhost:6379
JWT_SECRET=supersecret
COOKIE_SECRET=supersecret
DATABASE_URL=
DB_NAME=medusa-v2
POSTGRES_URL=