This commit is contained in:
Osman Faruk Bayram 2025-04-14 18:08:57 +03:00
parent 6d3f95e6a8
commit 3c7832a1ac

View file

@ -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";