Remove subdirectories in /var/keys

This commit is contained in:
2021-03-30 10:05:51 +02:00
parent 0153e4f759
commit 34d691da5c
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
rootUrl = "https://git.coolneng.duckdns.org";
database = {
type = "postgres";
passwordFile = "/var/keys/gitea/db";
passwordFile = "/var/keys/gitea";
};
cookieSecure = true;
disableRegistration = true;