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