Compare commits

..

2 Commits

Author SHA1 Message Date
1360209574
Disable wizard on Gitea 2019-12-16 20:20:28 +01:00
5d7b6e7d62
Remove Gitea socket connection to the DB 2019-12-16 20:12:43 +01:00

View File

@ -13,13 +13,11 @@
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";
}; };