gitea: use socket authentication for postgres

This commit is contained in:
Sandro - 2022-06-20 22:10:30 +02:00
parent 6de81bd390
commit cebe3b4f02
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 0 additions and 4 deletions

View File

@ -24,10 +24,6 @@
database = {
type = "postgres";
host = "127.0.0.1";
name = "gitea";
user = "gitea";
passwordFile = "/etc/giteaPassword";
};
repositoryRoot = "/var/lib/gitea/repositories";