Custom Settings
Custom Settings
The ruby app settings can be overwritten in the file
/app/data/additional_environment.rb
. For example to put the app in debug mode, add the following to this file and restart the app:
config.log_level = :debug