increase max upload size and add new channel to bridge

This commit is contained in:
Mike Cugini 2023-02-12 14:03:08 -05:00
parent 5165d0dfd4
commit f99cc5504c
2 changed files with 6 additions and 0 deletions

View File

@ -56,6 +56,7 @@ RemoteNickFormat="{NICK} [{PROTOCOL}]"
"bot-test", "bot-test",
"cryptic-bunker", "cryptic-bunker",
"cryptic-chat", "cryptic-chat",
"cryptic-net-public",
"dumbathon", "dumbathon",
"europe", "europe",
"generic-gaming", "generic-gaming",

View File

@ -49,6 +49,9 @@ in
"repository.upload" = { "repository.upload" = {
FILE_MAX_SIZE = 50; FILE_MAX_SIZE = 50;
}; };
attachment = {
MAX_SIZE = 50;
};
}; };
}; };
@ -59,6 +62,8 @@ in
recommendedGzipSettings = true; recommendedGzipSettings = true;
recommendedProxySettings = true; recommendedProxySettings = true;
clientMaxBodySize = "50M";
virtualHosts = { virtualHosts = {
"code.betamike.com" = { "code.betamike.com" = {
enableACME = true; enableACME = true;