From 72edc9262b4550a621bf0346928cdd921996c242 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Thu, 28 Feb 2013 17:13:07 -0500 Subject: [PATCH] Add a comment about host_names in database.yml for production servers --- config/database.yml.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.yml.sample b/config/database.yml.sample index 1fd6a466e59..e8811d2897e 100644 --- a/config/database.yml.sample +++ b/config/database.yml.sample @@ -27,4 +27,4 @@ production: pool: 5 timeout: 5000 host_names: - - production.localhost + - production.localhost # Update this to be the domain of your production site