Files
sky_phone-sky-systems/sky_phone/config/config.lua
T
2026-08-05 20:14:47 +02:00

49 lines
1.0 KiB
Lua

Config.Bridge = {
Framework = "auto", -- auto, esx, qbox, qb
Inventory = "auto", -- auto, ox, qb, lj, qs, codem, core, mf
Locale = "en",
CallbackTimeout = 5000,
Debug = false,
DebugLevels = {
info = true,
warn = true,
error = true,
},
}
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,
}