Make gitea use postgres

This commit is contained in:
Charlotte 🦝 Delenk 2022-01-17 11:36:05 +01:00
parent 6f032bae9e
commit 366e5b0bba
Signed by: darkkirb
GPG key ID: 015E3768A70AFBC5

View file

@ -10,6 +10,7 @@
host = "localhost";
name = "gitea";
user = "gitea";
type = "postgres";
};
domain = "git.chir.rs";
dump.enable = true;
@ -18,7 +19,7 @@
rootUrl = "https://git.chir.rs/";
settings = {
lfs = {
STORAGE_TYPE = "";
STORAGE_TYPE = "default";
};
storage = {
STORAGE_TYPE = "minio";