You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.
nextmat edited this page Sep 20, 2012
·
24 revisions
Configuration options
There are two primary ways to configure librato-rails. You can either use a yaml-based config file, environment variables, or a combination of the two.
Use of the config file allows you to set up different configuration options by environment. Environment variables will be used by all environments if set.
Config file
To use a config file, create a file named librato.yml in the config directory of your rails project. Here's a sample config file: