services/gitea: Working PostgreSQL

This commit is contained in:
kat witch 2021-04-04 22:19:29 +01:00
parent 0f9db3b2be
commit 10b8c5b001
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -18,13 +18,13 @@
httpAddress = "127.0.0.1";
appName = "kittywitch git";
ssh = { clonePort = 62954; };
database = {
type = "postgres";
name = "gitea";
user = "gitea";
};
settings = {
security = { DISABLE_GIT_HOOKS = false; };
database = {
type = "postgres";
name = "gitea";
user = "gitea";
};
mailer = {
ENABLED = true;
MAILER_TYPE = "sendmail";