gitea: set default branch to consensus
This commit is contained in:
parent
48f04579c8
commit
899bbe92ba
|
@ -26,6 +26,9 @@
|
||||||
ENABLED = true;
|
ENABLED = true;
|
||||||
FROM = "gitea@mcwhirter.io";
|
FROM = "gitea@mcwhirter.io";
|
||||||
};
|
};
|
||||||
|
repository = {
|
||||||
|
DEFAULT_BRANCH = "consensus";
|
||||||
|
};
|
||||||
service = {
|
service = {
|
||||||
REGISTER_EMAIL_CONFIRM = true;
|
REGISTER_EMAIL_CONFIRM = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue