forked from betamike/betamike-infra
increase max upload size and add new channel to bridge
This commit is contained in:
parent
5165d0dfd4
commit
f99cc5504c
@ -56,6 +56,7 @@ RemoteNickFormat="{NICK} [{PROTOCOL}]"
|
||||
"bot-test",
|
||||
"cryptic-bunker",
|
||||
"cryptic-chat",
|
||||
"cryptic-net-public",
|
||||
"dumbathon",
|
||||
"europe",
|
||||
"generic-gaming",
|
||||
|
@ -49,6 +49,9 @@ in
|
||||
"repository.upload" = {
|
||||
FILE_MAX_SIZE = 50;
|
||||
};
|
||||
attachment = {
|
||||
MAX_SIZE = 50;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@ -59,6 +62,8 @@ in
|
||||
recommendedGzipSettings = true;
|
||||
recommendedProxySettings = true;
|
||||
|
||||
clientMaxBodySize = "50M";
|
||||
|
||||
virtualHosts = {
|
||||
"code.betamike.com" = {
|
||||
enableACME = true;
|
||||
|
Loading…
Reference in New Issue
Block a user