Remove Gitea socket connection to the DB

This commit is contained in:
coolneng 2019-12-16 20:12:43 +01:00
parent 2c59f6b7c2
commit 5d7b6e7d62
Signed by: coolneng
GPG Key ID: 9893DA236405AF57

View File

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