File ZZZAuto.pm of Package otobo
# OTOBO config file (automaticaly generated!)
# VERSION:1.1
package Kernel::Config::Files::ZZZAuto;
use utf8;
sub Load {
my ($File, $Self) = @_;
$Self->{'SecureMode'} = 1;
$Self->{'DefaultCharset'} = 'utf-8';
$Self->{'DefaultLanguage'} = 'de';
$Self->{'LogModule'} = 'Kernel::System::Log::File';
$Self->{'Package::RepositoryList'} = {
'file://@OTOBO_ROOT@/itsm/bundle10/' => '[--OTOBO::ITSM 10 local repo]',
'https://ftp.otobo.org/pub/otobo/packages-itsm/bundle10/' => '[--OTOBO::ITSM 10 Master--] https://ftp.otobo.org/'
};
$Self->{'Package::RepositoryAccessRegExp'} = '127\\.0\\.0\\.1';
}
1;