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 = {
|
||||
DEFAULT = {
|
||||
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 = {
|
||||
DOMAIN = "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 = {
|
||||
DISABLE_REGISTRATION = true;
|
||||
LANDING_PAGE = "/osbm";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue