From 2b3a3f47808b4024c703d4a4458f06483a8c40cb Mon Sep 17 00:00:00 2001 From: Bruno Cesar Ribas Date: Thu, 23 Aug 2018 10:11:09 -0300 Subject: install-bocadb: Installs files to postgresql Config files to postgresql are simply copied. When installing from Debian package it will prompt the user what to do with the pg_hba.conf Signed-off-by: Bruno Cesar Ribas --- tools/postgresql/10/main/conf.d/000-boca.conf | 1 + 1 file changed, 1 insertion(+) create mode 100644 tools/postgresql/10/main/conf.d/000-boca.conf (limited to 'tools/postgresql/10/main/conf.d') diff --git a/tools/postgresql/10/main/conf.d/000-boca.conf b/tools/postgresql/10/main/conf.d/000-boca.conf new file mode 100644 index 0000000..128ef1a --- /dev/null +++ b/tools/postgresql/10/main/conf.d/000-boca.conf @@ -0,0 +1 @@ +listen_addresses = '*' -- cgit v1.2.3