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