Forgejo: Difference between revisions
m Made code snippet more readable, modular, and informative. |
Replace nonexistent option in example that only exists for Gitea |
||
| Line 60: | Line 60: | ||
}; | }; | ||
}; | }; | ||
secrets = { | |||
mailer.PASSWD = config.age.secrets.forgejo-mailer-password.path; | |||
}; | |||
}; | }; | ||