Infini-DL360/forgejo: migrate to postgresql
This commit is contained in:
parent
01640b7232
commit
3843d742b5
1 changed files with 6 additions and 0 deletions
|
@ -10,6 +10,12 @@ in
|
||||||
user = "git";
|
user = "git";
|
||||||
stateDir = "/srv/forgejo";
|
stateDir = "/srv/forgejo";
|
||||||
|
|
||||||
|
database = {
|
||||||
|
inherit (cfg) user;
|
||||||
|
name = "git";
|
||||||
|
type = "postgres";
|
||||||
|
};
|
||||||
|
|
||||||
lfs.enable = true;
|
lfs.enable = true;
|
||||||
|
|
||||||
mailerPasswordFile = config.secrets.smtp-password;
|
mailerPasswordFile = config.secrets.smtp-password;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue