This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"alert_email": "email address where you want automated warnings to go", | |
"backup_interval": "int value for db backups, configurable on dashboard", | |
"backup_window": "int value for db backups, configurable on dashboard", | |
"ruby_version": "Ruby 1.9.3 - could be 2.0.0 or something else", | |
"db_host": "internal hostname of your database master", | |
"db_slaves": [ | |
"db replica hosts appear here. only works with [Postgre|My]SQL" | |
], | |
"user_ssh_key": [ |