fix(forgejo): Renamed option mailerPasswordFile

This commit is contained in:
sinavir 2025-01-09 21:16:03 +01:00
parent 409a7877df
commit ea5c0787d7
No known key found for this signature in database

View file

@ -79,8 +79,7 @@ in
"cron.git_gc_repos".ENABLED = true;
"cron.update_checker".ENABLED = false;
};
mailerPasswordFile = config.age.secrets."forgejo-mailer_password_file".path;
secrets.mailer.PASSWD = config.age.secrets."forgejo-mailer_password_file".path;
};
};