11 lines
322 B
Bash
11 lines
322 B
Bash
JWT_SECRET=something
|
|
COOKIE_SECRET=something
|
|
|
|
DATABASE_TYPE="postgres"
|
|
REDIS_URL=redis://redis:6379
|
|
|
|
DATABASE_URL=postgres://postgres:123456@localhost/medusa-TBcY
|
|
MEDUSA_ADMIN_ONBOARDING_TYPE=nextjs
|
|
STORE_CORS=http://localhost:8000,http://localhost:7001
|
|
MEDUSA_ADMIN_ONBOARDING_NEXTJS_DIRECTORY=my-medusa-store-storefront
|