Skip to content

Commit

Permalink
Fix parallel specs
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermoap committed Oct 6, 2023
1 parent be8d2b0 commit 09fde2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.test
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SERVER_HOST=localhost
PASSWORD_RESET_URL=/
PASSWORD_RESET_URL=localhost
2 changes: 1 addition & 1 deletion config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
config.server_timing = true

# Allow requests from the host defined in SERVER_HOST env variable
config.hosts << ENV.fetch('SERVER_HOST', nil)
config.hosts << ENV.fetch('SERVER_HOST', localhost)

# Enable/disable caching. By default caching is disabled.
# Run rails dev:cache to toggle caching.
Expand Down

0 comments on commit 09fde2a

Please sign in to comment.