From 26d7881f79faef2f7fca7e1d2fea758ec2a50fe7 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Tue, 6 Mar 2018 23:37:40 +0200 Subject: sympa: fix db host --- modules/sympa/templates/sympa.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/sympa/templates/sympa.conf') diff --git a/modules/sympa/templates/sympa.conf b/modules/sympa/templates/sympa.conf index e81f0c19..3e747c64 100644 --- a/modules/sympa/templates/sympa.conf +++ b/modules/sympa/templates/sympa.conf @@ -47,7 +47,7 @@ db_type PostgreSQL ## Hostname of the database server ## With PostgreSQL, you can also use the path to Unix Socket Directory, e.g. ## "/var/run/postgresql" for connection with Unix domain socket. -db_host pg. +db_host pg.<%= domain %> ## Port of the database server db_port 5432/tcp -- cgit v1.2.1