Remove Gitea socket connection to the DB

This commit is contained in:
2019-12-16 20:12:43 +01:00
parent 2c59f6b7c2
commit 5d7b6e7d62

View File

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