芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/cloud.pulsehost.co.uk/modules/RocketChatWebclient/Settings.php
aContainer = [ "Disabled" => new SettingsProperty( false, "bool", null, "Setting to true disables the module", ), "ChatUrl" => new SettingsProperty( "", "string", null, "RocketChat installation URL", ), "AdminUsername" => new SettingsProperty( "", "string", null, "Username of RocketChat admin account", ), "AdminPassword" => new SettingsProperty( "", "string", null, "Password of RocketChat admin account", ), "EnableLogging" => new SettingsProperty( false, "bool", null, "Enables logging of API calls and responses to a separate logfile for troubleshooting purposes", ), "AllowAddMeetingLinkToEvent" => new SettingsProperty( false, "bool", null, "Allows for adding Jitsi Meet link when editing an event in calendar", ), "MeetingLinkUrl" => new SettingsProperty( "", "string", null, "Jitsi Meet link base URL", ), "ChatUsernameFormat" => new SettingsProperty( Enums\UsernameFormat::UsernameAndDomain, "spec", Enums\UsernameFormat::class, "Defines how chat username is generated from email address: 0 - username, 1 - username.domain (without TLD), 2 - username.domain.tld", ), ]; } }