Notice above we specified an absolute path to our settings file called “application.yml”. This is just a typical YAML file. Also notice above that we specified a namespace for our environment. A namespace is just an optional string that corresponds to a key in the YAML file. Using a namespace allows us to change our configuration depending on our environment: # config/application.yml defaults: &de