diff --git a/config/application.rb b/config/application.rb index 29ac463..144c04e 100644 --- a/config/application.rb +++ b/config/application.rb @@ -23,6 +23,9 @@ module Snibox config.load_defaults 5.1 config.web_console.whitelisted_ips = '0.0.0.0/0' + # SQLite3 fix + config.active_record.sqlite3.represent_boolean_as_integer = true + # Loggin to STDOUT for Docker logger = ActiveSupport::Logger.new(STDOUT) logger.formatter = config.log_formatter @@ -35,4 +38,4 @@ module Snibox # -- all .rb files in that directory are automatically loaded after loading # the framework and any gems in your application. end -end +end \ No newline at end of file