Compare commits

..

No commits in common. "1360209574965e8c4cadd029cff716f742a360b2" and "2c59f6b7c2d06bc844f8572c59db1d96a29760e9" have entirely different histories.

View File

@ -13,11 +13,13 @@
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;
repositoryRoot = "/vault/git"; repositoryRoot = "/vault/git";
dump.enable = true; dump.enable = true;
useWizard = true;
appName = "Gitea"; appName = "Gitea";
}; };