Allow https git on DTTH git
This commit is contained in:
parent
85fc60162c
commit
af1319e60a
|
@ -100,7 +100,7 @@ in
|
||||||
repository = {
|
repository = {
|
||||||
DEFAULT_PRIVATE = "private";
|
DEFAULT_PRIVATE = "private";
|
||||||
PREFERRED_LICENSES = strings.concatStringsSep "," [ "AGPL-3.0-or-later" "GPL-3.0-or-later" "Apache-2.0" ];
|
PREFERRED_LICENSES = strings.concatStringsSep "," [ "AGPL-3.0-or-later" "GPL-3.0-or-later" "Apache-2.0" ];
|
||||||
DISABLE_HTTP_GIT = true;
|
# DISABLE_HTTP_GIT = true;
|
||||||
DEFAULT_BRANCH = "master";
|
DEFAULT_BRANCH = "master";
|
||||||
ENABLE_PUSH_CREATE_USER = true;
|
ENABLE_PUSH_CREATE_USER = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue