Files
sky_phone-sky-systems/sky_phone/config/config.lua
T
2026-08-04 18:51:40 +02:00

21 lines
417 B
Lua

Config.Command = "phone"
Config.Phone = {
Item = "phone",
DevelopmentCommand = false,
DeviceName = "iFruit Phone",
}
Config.Mail = {
Domain = "ifruit.com",
LocalPartMinLength = 3,
LocalPartMaxLength = 32,
PasswordMinLength = 6,
PasswordMaxLength = 64,
SubjectMaxLength = 120,
BodyMaxLength = 20000,
MaxRecipients = 10,
PageSize = 50,
AuthAttemptsPerMinute = 5,
}