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