Let's try that again (change db and user db to forgejo)

This commit is contained in:
Lillian Violet 2024-01-19 00:59:24 +01:00
parent ec29a18b1d
commit 9a2f9f4cd2

View file

@ -32,8 +32,8 @@
#TODO: different mail passwords for different services #TODO: different mail passwords for different services
mailerPasswordFile = config.sops.secrets."mailpassunhash".path; mailerPasswordFile = config.sops.secrets."mailpassunhash".path;
database = { database = {
user = "gitea"; #user = "gitea";
name = "gitea"; #name = "gitea";
type = "postgres"; type = "postgres";
}; };
settings = { settings = {