set app name

This commit is contained in:
Osman Faruk Bayram 2025-04-14 17:56:26 +03:00
parent b1f2915ba8
commit 6d3f95e6a8

View file

@ -22,6 +22,10 @@
interval = "01:01"; interval = "01:01";
}; };
settings = { 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 = { server = {
DOMAIN = "git.osbm.dev"; DOMAIN = "git.osbm.dev";
ROOT_URL = "https://git.osbm.dev/"; ROOT_URL = "https://git.osbm.dev/";