some forgejo settings
This commit is contained in:
parent
4790c19d2d
commit
bb44d07ce9
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
||||||
HTTP_PORT = 3000;
|
HTTP_PORT = 3000;
|
||||||
HTTP_ADDR = "127.0.0.1";
|
HTTP_ADDR = "127.0.0.1";
|
||||||
DOMAIN = "git.cy7.sh";
|
DOMAIN = "git.cy7.sh";
|
||||||
|
LANDING_PAGE = "/cy";
|
||||||
};
|
};
|
||||||
session.COOKIE_SECURE = true;
|
session.COOKIE_SECURE = true;
|
||||||
service.DISABLE_REGISTRATION = true;
|
service.DISABLE_REGISTRATION = true;
|
||||||
|
@ -18,6 +19,7 @@
|
||||||
DEFAULT_THEME = "gitea-dark";
|
DEFAULT_THEME = "gitea-dark";
|
||||||
};
|
};
|
||||||
actions.ENABLED = false;
|
actions.ENABLED = false;
|
||||||
|
repository.ENABLE_PUSH_CREATE_USER = true;
|
||||||
};
|
};
|
||||||
database = {
|
database = {
|
||||||
type = "postgres";
|
type = "postgres";
|
||||||
|
|
Loading…
Add table
Reference in a new issue