Revert TCP/IP connection for PostgreSQL

This commit is contained in:
coolneng 2019-12-15 23:08:19 +01:00
parent ccd3744d0c
commit 4dcb77988a
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 2 deletions

View File

@ -108,11 +108,12 @@
# Generated file; do not edit!
# TYPE DATABASE USER ADDRESS METHOD
local all all trust
host all all 127.0.0.1/32 trust
host all all ::1/128 trust
'';
identMap = ''
gitea-users gitea gitea
'';
extraConfig = "listen_addresses = ''";
};
# PostgreSQL daily backups
@ -128,7 +129,6 @@
enable = true;
adminCredentialsFile = "/var/keys/miniflux/admin";
config = {
LISTEN_ADDR = "/run/postgresql/.s.PGSQL.5432";
BASE_URL = "https://coolneng.duckdns.org/miniflux/";
};
};