From 221869cd60a431e27e9ea2840ef09836617936b3 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sat, 21 Jul 2012 19:21:52 -0700 Subject: [PATCH] Change database_password to mysql_password The parameter, which filters straight down, is mysql_password, not database_password. Change-Id: Ib6a0dfbb65657367bda51b3ca54905740c13cf6b --- modules/gerrit/templates/secure.config.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gerrit/templates/secure.config.erb b/modules/gerrit/templates/secure.config.erb index a20f1d1cb5..51af8c1e0e 100644 --- a/modules/gerrit/templates/secure.config.erb +++ b/modules/gerrit/templates/secure.config.erb @@ -1,4 +1,4 @@ [database] - password = <%= database_password %> + password = <%= mysql_password %> [auth] registerEmailPrivateKey = <%= email_private_key %>