mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-08-29 01:01:31 +00:00
36 lines
739 B
Lua
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,
|
|
}
|