rails_template/config/app.yml

16 lines
215 B
YAML

default: &default
short_name: '# TODO: Change in config/app.yml'
title: '# TODO: Change in config/app.yml'
development:
<<: *default
test:
<<: *default
staging:
<<: *default
production:
<<: *default