gitea: add database config

This commit is contained in:
Payas Relekar 2023-06-05 06:31:42 +05:30
parent f725f846b9
commit 3c7dc79b19

View file

@ -9,7 +9,11 @@
appName = "bhankas: Gitea";
useWizard = true;
mailerPasswordFile = "/run/agenix/mu4e_gmail";
database.passwordFile = "/run/agenix/syncthing_relekarpayas_onedrive";
database = {
user = "payas";
type = "postgres";
passwordFile = "/run/agenix/syncthing_relekarpayas_onedrive";
};
lfs.enable = true;
settings = {
mailer = {