Config

You can customize UFO behavior with:

.ufo/config.rb

Ufo.configure do |config|
  config.logger.level = "debug"
  config.app = "demo"
  config.docker.repo = "tongueroo/demo"
end

We’ll cover more configurable settings next.