summaryrefslogtreecommitdiff
path: root/templates/sympa/sympa.conf.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/sympa/sympa.conf.erb')
-rw-r--r--templates/sympa/sympa.conf.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sympa/sympa.conf.erb b/templates/sympa/sympa.conf.erb
index 7708bd9..4e3eff6 100644
--- a/templates/sympa/sympa.conf.erb
+++ b/templates/sympa/sympa.conf.erb
@@ -140,7 +140,7 @@ db_type mysql
db_name <%= sympa_database_name %>
## The host hosting your sympa database
-#db_host localhost
+db_host <%= sympa_database_host %>
## Database user for connexion
db_user <%= sympa_database_name %>