You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
322 B
Plaintext
11 lines
322 B
Plaintext
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
|