try this
This commit is contained in:
parent
6d3f95e6a8
commit
3c7832a1ac
1 changed files with 4 additions and 1 deletions
|
|
@ -24,12 +24,15 @@
|
||||||
settings = {
|
settings = {
|
||||||
DEFAULT = {
|
DEFAULT = {
|
||||||
APP_NAME = "osbm's self hosted git service";
|
APP_NAME = "osbm's self hosted git service";
|
||||||
APP_SLOGAN = "\"After all, all devices have their dangers. The discovery of speech introduced communication and lies.\" -Isaac Asimov";
|
|
||||||
};
|
};
|
||||||
server = {
|
server = {
|
||||||
DOMAIN = "git.osbm.dev";
|
DOMAIN = "git.osbm.dev";
|
||||||
ROOT_URL = "https://git.osbm.dev/";
|
ROOT_URL = "https://git.osbm.dev/";
|
||||||
};
|
};
|
||||||
|
ui.meta = {
|
||||||
|
AUTHOR = "osbm";
|
||||||
|
DESCRIPTION = "\"After all, all devices have their dangers. The discovery of speech introduced communication and lies.\" -Isaac Asimov";
|
||||||
|
};
|
||||||
service = {
|
service = {
|
||||||
DISABLE_REGISTRATION = true;
|
DISABLE_REGISTRATION = true;
|
||||||
LANDING_PAGE = "/osbm";
|
LANDING_PAGE = "/osbm";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue