mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
services/gitea: Working PostgreSQL
This commit is contained in:
parent
0f9db3b2be
commit
10b8c5b001
1 changed files with 5 additions and 5 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue