Disable PostgreSQL TCP/IP connection

This commit is contained in:
2019-12-15 22:37:37 +01:00
parent d8b415ee16
commit ccd3744d0c
2 changed files with 3 additions and 3 deletions

View File

@@ -13,6 +13,7 @@
database = {
type = "postgres";
passwordFile = "/var/keys/gitea/db";
socket = "/run/postgresql/.s.PGSQL.5432";
};
cookieSecure = true;
disableRegistration = true;