gitea: fix database password file

This commit is contained in:
nyanloutre 2019-10-11 00:24:15 +02:00
parent b8b055d492
commit e10c46d37e
1 changed files with 1 additions and 1 deletions

View File

@ -412,7 +412,7 @@ in
database = { database = {
type = "postgres"; type = "postgres";
port = 5432; port = 5432;
passwordFile = "/mnt/secrets/gitea_database_passwordFile"; passwordFile = "/var/lib/gitea/custom/conf/database_password";
}; };
log.level = "Warn"; log.level = "Warn";
extraConfig = '' extraConfig = ''