mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
seeding bonus log save to click house
This commit is contained in:
@@ -126,6 +126,11 @@ return [
|
||||
'access_admin_class_min_help' => 'Default: administrator, users with a user class greater than or equal to the set value can log into the admin backend',
|
||||
'alarm_email_receiver' => 'Alarm email receiver',
|
||||
'alarm_email_receiver_help' => "Fill in the UID of the user, separated by space, and the alarm email will be sent to the corresponding user's email address. If you don't fill it in, it will be written to the runtime log, and the log level will be error",
|
||||
'is_record_announce_log' => 'Whether to record announce logs',
|
||||
'is_record_announce_log_help' => 'To record logs, first install ClickHouse according to the documentation and enable this configuration. Default: no',
|
||||
'is_record_seeding_bonus_log' => 'Whether to record seeding bonus logs',
|
||||
'is_record_seeding_bonus_log_help' => 'To record, first install ClickHouse according to the documentation and enable this configuration. Default: no',
|
||||
|
||||
],
|
||||
'image_hosting' => [
|
||||
'driver' => 'Storage location',
|
||||
|
||||
@@ -167,6 +167,10 @@ return [
|
||||
'access_admin_class_min_help' => '默认:管理员,用户等级大于等于设定值的用户可以登录管理后台',
|
||||
'alarm_email_receiver' => '告警邮件接收者',
|
||||
'alarm_email_receiver_help' => '填写用户 UID,多个空格隔开,系统异常告警邮件将会发到对应用户的邮箱。如果不填会写到运行日志中,日志级别为 error',
|
||||
'is_record_announce_log' => '是否记录汇报日志',
|
||||
'is_record_announce_log_help' => '若要记录,先根据文档安装 ClickHouse, 并启用此配置。默认:no',
|
||||
'is_record_seeding_bonus_log' => '是否记录做种魔力日志',
|
||||
'is_record_seeding_bonus_log_help' => '若要记录,先根据文档安装 ClickHouse, 并启用此配置。默认:no',
|
||||
],
|
||||
'image_hosting' => [
|
||||
'driver' => '存储位置',
|
||||
|
||||
@@ -126,6 +126,10 @@ return [
|
||||
'access_admin_class_min_help' => '默認:管理員,用戶等級大於等於設定值的用戶可以登錄管理後臺',
|
||||
'alarm_email_receiver' => '告警郵件接收者',
|
||||
'alarm_email_receiver_help' => '填寫用戶 UID,多個空格隔開,系統異常告警郵件將會發到對應用戶的郵箱。如果不填會寫到運行日誌中,日誌級別為 error',
|
||||
'is_record_announce_log' => '是否記錄匯報日志',
|
||||
'is_record_announce_log_help' => '若要記錄,先根據文檔安裝 ClickHouse, 並啓用此配置。默認:no',
|
||||
'is_record_seeding_bonus_log' => '是否記錄做種魔力日志',
|
||||
'is_record_seeding_bonus_log_help' => '若要記錄,先根據文檔安裝 ClickHouse, 並啓用此配置。默認:no',
|
||||
],
|
||||
'image_hosting' => [
|
||||
'driver' => '存儲位置',
|
||||
|
||||
Reference in New Issue
Block a user