mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +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',
|
||||
|
||||
Reference in New Issue
Block a user