summaryrefslogtreecommitdiff
path: root/templates/sympa/dbconfig-common.squeeze.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/sympa/dbconfig-common.squeeze.erb')
-rw-r--r--templates/sympa/dbconfig-common.squeeze.erb8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/sympa/dbconfig-common.squeeze.erb b/templates/sympa/dbconfig-common.squeeze.erb
index 91a9c97..6bae257 100644
--- a/templates/sympa/dbconfig-common.squeeze.erb
+++ b/templates/sympa/dbconfig-common.squeeze.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