gitea: fix database password file
This commit is contained in:
parent
b8b055d492
commit
e10c46d37e
@ -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 = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user