Skip to content

Commit

Permalink
remove sqlite warning in proc
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienpoly committed Jan 28, 2024
1 parent 02962bd commit 25ce7c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,7 @@
# ]
# Skip DNS rebinding protection for the default health check endpoint.
# config.host_authorization = { exclude: ->(request) { request.path == "/up" } }
#
# Sqlite configurations
config.active_record.sqlite3_production_warning = false
end

0 comments on commit 25ce7c5

Please sign in to comment.