Make gitea use postgres
This commit is contained in:
parent
6f032bae9e
commit
366e5b0bba
1 changed files with 2 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue