?
This commit is contained in:
parent
f01e28e416
commit
87eea85571
|
@ -11,6 +11,10 @@
|
|||
# Enable support for Git Large File Storage
|
||||
lfs.enable = true;
|
||||
settings = {
|
||||
default = {
|
||||
APP_NAME = ":3";
|
||||
APP_SLOGAN = "slogan";
|
||||
};
|
||||
server = {
|
||||
DOMAIN = "git.vulpecula.zone";
|
||||
# You need to specify this to remove the port from URLs in the web UI.
|
||||
|
@ -19,10 +23,6 @@
|
|||
# TODO
|
||||
DISABLE_SSH = true;
|
||||
};
|
||||
DEFAULT = {
|
||||
APP_NAME = ":3";
|
||||
APP_SLOGAN = "slogan";
|
||||
};
|
||||
# You can temporarily allow registration to create an admin user.
|
||||
service.DISABLE_REGISTRATION = true;
|
||||
# Add support for actions, based on act: https://github.com/nektos/act
|
||||
|
|
Loading…
Reference in a new issue