Database name too
This commit is contained in:
parent
7568814114
commit
0b62079c4d
|
@ -26,6 +26,7 @@
|
||||||
mailerPasswordFile = config.sops.secrets."mailpassunhash".path;
|
mailerPasswordFile = config.sops.secrets."mailpassunhash".path;
|
||||||
database = {
|
database = {
|
||||||
user = "gitea";
|
user = "gitea";
|
||||||
|
name = "gitea";
|
||||||
type = "postgres";
|
type = "postgres";
|
||||||
};
|
};
|
||||||
settings = {
|
settings = {
|
||||||
|
|
Loading…
Reference in a new issue