From 83bdfe2e56cc8c1823a3846f7a3c276770fa65d9 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 18 Jun 2016 09:52:29 -0300 Subject: Updates templates --- templates/sympa/dbconfig-common.wheezy.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'templates/sympa/dbconfig-common.wheezy.erb') diff --git a/templates/sympa/dbconfig-common.wheezy.erb b/templates/sympa/dbconfig-common.wheezy.erb index 91a9c97..6bae257 100644 --- a/templates/sympa/dbconfig-common.wheezy.erb +++ b/templates/sympa/dbconfig-common.wheezy.erb @@ -24,17 +24,17 @@ dbc_dbtype='mysql' # dbc_dbuser: database user # the name of the user who we will use to connect to the database. -dbc_dbuser='<%= database_name %>' +dbc_dbuser='<%= @database_name %>' # dbc_dbpass: database user password # the password to use with the above username when connecting # to a database, if one is required -dbc_dbpass='<%= database_password %>' +dbc_dbpass='<%= @database_password %>' # dbc_dbserver: database host. # leave unset to use localhost (or a more efficient local method # if it exists). -dbc_dbserver='<%= database_host %>' +dbc_dbserver='<%= @database_host %>' # dbc_dbport: remote database port # leave unset to use the default. only applicable if you are @@ -43,7 +43,7 @@ dbc_dbport='' # dbc_dbname: name of database # this is the name of your application's database. -dbc_dbname='<%= database_name %>' +dbc_dbname='<%= @database_name %>' # dbc_dbadmin: name of the administrative user # this is the administrative user that is used to create all of the above -- cgit v1.2.3