Skip to content
Snippets Groups Projects
Unverified Commit 6ed48cee authored by Felix Eckhofer's avatar Felix Eckhofer :man_dancing:
Browse files

Disable warning about sqlite in production

parent 67ee7224
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,9 @@ Rails.application.configure do
# Do not dump schema after migrations.
config.active_record.dump_schema_after_migration = false
# Do not warn about sqlite in production
config.active_record.sqlite3_production_warning = false
# Enable DNS rebinding protection and other `Host` header attacks.
# config.hosts = [
# "example.com", # Allow requests from example.com
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment