Skip to content

Commit

Permalink
Merge pull request #285 from ampled-music/optimizations/518-update-lo…
Browse files Browse the repository at this point in the history
…cal-env-setup

Update local environment setup
  • Loading branch information
ryandeshon authored Mar 19, 2020
2 parents e90e02f + e6d9d64 commit e8319c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ Several common features and operational parameters can be set using environment

**Required**

* `S3_BUCKET` - AWS S3 bucket name.
* `SECRET_KEY_BASE` - Secret key base for verifying signed cookies. Should be 30+ random characters and secret!

**Optional**
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"react-player": "^1.12.0",
"react-redux": "^6.0.0",
"react-router-dom": "^4.3.1",
"react-scripts": "3.3.0",
"react-scripts": "3.4.0",
"react-stack-grid": "^0.7.1",
"react-stripe-elements": "^3.0.0",
"react-swipeable-views": "^0.13.3",
Expand Down
2 changes: 1 addition & 1 deletion lib/tasks/dummy.rake
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ namespace :dummy do
user: author,
artist_page: ap,
body: Faker::Books::Lovecraft.paragraphs([1, 2].sample).join("\n"),
title: Faker::Books::HitchhikersGuideToTheGalaxy.quote
title: Faker::Movies::HitchhikersGuideToTheGalaxy.quote
)
end
end
Expand Down

0 comments on commit e8319c8

Please sign in to comment.