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",
"cryptic-bunker",
"cryptic-chat",
"cryptic-net-public",
"dumbathon",
"europe",
"generic-gaming",

View File

@ -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;