gitea: fix database password file
This commit is contained in:
parent
b8b055d492
commit
e10c46d37e
@ -412,7 +412,7 @@ in
|
||||
database = {
|
||||
type = "postgres";
|
||||
port = 5432;
|
||||
passwordFile = "/mnt/secrets/gitea_database_passwordFile";
|
||||
passwordFile = "/var/lib/gitea/custom/conf/database_password";
|
||||
};
|
||||
log.level = "Warn";
|
||||
extraConfig = ''
|
||||
|
Loading…
Reference in New Issue
Block a user