Skip to content

Commit 810eef3

Browse files
authored
Update puma-dev.md
1 parent b29eb8e commit 810eef3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

puma-dev.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ DIAPERBANK_PARTNER_REQUEST_URL="https://diaper.test/api/v1/partner_requests"
2424
DIAPERBANK_KEY="secretpassword"
2525
```
2626

27-
In the diaper and partner apps you'll need to remove/comment out the environment checks. You can do a search for: `return if Rails.env != "production"` And just comment those out!
28-
2927
In your development configuration files `development.rb` you may want to set the action_mailer config `config.action_mailer.default_url_options = { 'diaper.test' }` (or `partner.test`)
3028

3129
Then start up puma-dev (`puma-dev` from the command line.)

0 commit comments

Comments
 (0)