Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@
# Apply autocorrection by RuboCop to files generated by `bin/rails generate`.
# config.generators.apply_rubocop_autocorrect_after_generate!

Paperclip.options[:command_path] = "/usr/local/bin/"

config.action_mailer.default_url_options = { host: 'localhost', port: 3000 }

config.api_url = "http://localhost:3001/api/v1/"
Expand Down
2 changes: 0 additions & 2 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@
# Skip DNS rebinding protection for the default health check endpoint.
# config.host_authorization = { exclude: ->(request) { request.path == "/up" } }

Paperclip.options[:command_path] = "/usr/local/bin/"

# Help the asset pipeline for staging
config.x.host = 'tab.zeus.gent'
config.api_url = "https://tab.zeus.gent/api/v1/"
Expand Down
2 changes: 0 additions & 2 deletions config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@
# Tell Active Support which deprecation messages to disallow.
config.active_support.disallowed_deprecation_warnings = []

Paperclip.options[:command_path] = "/usr/local/bin/"

config.action_mailer.default_url_options = { host: 'localhost', port: 3000 }

config.api_url = "http://www.example.com"
Expand Down