String Interpolation

Values supplied for config settings can be replaced inline with date, time, hostname, pid and random values.

For example to include the hostname in the log file name setting:

development:
  logger:
    level:     info
    file_name: /var/log/my_application_${hostname}.log

Available interpolations:

Notes: