Skip to content

Commit

Permalink
add env files
Browse files Browse the repository at this point in the history
  • Loading branch information
yinkakun committed Oct 23, 2022
1 parent 11bcac5 commit 74b6a48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions server/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ DATABASE_URL=your_database_url=your_database_url
REDIS_URL=your_redis_url
JWT_SECRET_change_to_something_secret
COOKIE_SECRET_change_to_something_secret
STORE_CORS=http://localhost:3000
ADMIN_CORS=http://localhost:7000
STORE_CORS=storefront_url
ADMIN_CORS=admin_dashboard_url
S3_BUCKET_URL=your_s3_bucket_url
S3_BUCKET_NAME=your_s3_bucket_name
S3_BUCKET_NAME=your_s3_bucket_region
Expand Down
3 changes: 2 additions & 1 deletion storefront/.env.example
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
NEXT_PUBLIC_MEDUSA_URL=http://localhost:9000
NEXT_PUBLIC_MEDUSA_SERVER_URL=medusa_server_url

0 comments on commit 74b6a48

Please sign in to comment.