Files
sky_phone-sky-systems/sky_phone/config/config.lua
T
2026-08-05 17:43:42 +02:00

36 lines
739 B
Lua

Config.Command = "phone"
Config.Phone = {
Item = "sky_phone",
DevelopmentCommand = false,
DeviceName = "iFruit Phone",
}
Config.Sim = {
RegisteredItem = "sky_phone_sim_registered",
AnonymousItem = "sky_phone_sim_anonymous",
NumberLength = 10,
NumberPrefix = "",
NumberGroups = { 3, 3, 4 },
}
Config.Calls = {
VoiceProvider = "pma",
RingSeconds = 30,
ContactNameMaxLength = 80,
RecentPageSize = 100,
}
Config.Mail = {
Domain = "ifruit.com",
LocalPartMinLength = 3,
LocalPartMaxLength = 32,
PasswordMinLength = 6,
PasswordMaxLength = 64,
SubjectMaxLength = 120,
BodyMaxLength = 20000,
MaxRecipients = 10,
PageSize = 50,
AuthAttemptsPerMinute = 5,
}