these need to be int
This commit is contained in:
parent
fb8f31fe1b
commit
b13a33bf8c
1 changed files with 2 additions and 2 deletions
|
|
@ -23,10 +23,10 @@
|
||||||
defaultBranch = "main";
|
defaultBranch = "main";
|
||||||
};
|
};
|
||||||
http = {
|
http = {
|
||||||
postBuffer = "1048576000";
|
postBuffer = 1048576000;
|
||||||
};
|
};
|
||||||
https = {
|
https = {
|
||||||
postBuffer = "1048576000";
|
postBuffer = 1048576000;
|
||||||
};
|
};
|
||||||
push = {
|
push = {
|
||||||
autoSetupRemote = true;
|
autoSetupRemote = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue