diff options
| author | Bruno Cesar Ribas <brunoribas@gmail.com> | 2018-08-23 13:11:09 +0000 |
|---|---|---|
| committer | Bruno Cesar Ribas <brunoribas@gmail.com> | 2018-08-23 13:11:09 +0000 |
| commit | 2b3a3f47808b4024c703d4a4458f06483a8c40cb (patch) | |
| tree | 00bc1a9efb319d0e630dce0de5b711f56adfdab9 /tools/postgresql/10/main/conf.d | |
| parent | e9f46cd4aa43ee1b76faeed55f0eaf6945c237b7 (diff) | |
| download | boca-2b3a3f47808b4024c703d4a4458f06483a8c40cb.tar.gz boca-2b3a3f47808b4024c703d4a4458f06483a8c40cb.zip | |
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 <brunoribas@gmail.com>
Diffstat (limited to 'tools/postgresql/10/main/conf.d')
| -rw-r--r-- | tools/postgresql/10/main/conf.d/000-boca.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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 = '*' |