Add a rabbit.license_line default

so that products that build on top could adjust
what's printed in the standard banner.

References #12390
This commit is contained in:
Michael Klishin 2024-10-01 20:23:38 -04:00
parent fa5b738cbc
commit 1f98ab6026
2 changed files with 4 additions and 8 deletions

View File

@ -132,13 +132,10 @@ _APP_ENV = """[
{credentials_obfuscation_fallback_secret, <<"nocookie">>}, {credentials_obfuscation_fallback_secret, <<"nocookie">>},
{dead_letter_worker_consumer_prefetch, 32}, {dead_letter_worker_consumer_prefetch, 32},
{dead_letter_worker_publisher_confirm_timeout, 180000}, {dead_letter_worker_publisher_confirm_timeout, 180000},
%% EOL date for the current release series, if known/announced
{release_series_eol_date, none},
{vhost_process_reconciliation_run_interval, 30}, {vhost_process_reconciliation_run_interval, 30},
%% for testing %% for testing
{vhost_process_reconciliation_enabled, true} {vhost_process_reconciliation_enabled, true},
{license_line, "Licensed under the MPL 2.0. Website: https://rabbitmq.com"}
] ]
""" """

View File

@ -118,11 +118,10 @@ define PROJECT_ENV
{credentials_obfuscation_fallback_secret, <<"nocookie">>}, {credentials_obfuscation_fallback_secret, <<"nocookie">>},
{dead_letter_worker_consumer_prefetch, 32}, {dead_letter_worker_consumer_prefetch, 32},
{dead_letter_worker_publisher_confirm_timeout, 180000}, {dead_letter_worker_publisher_confirm_timeout, 180000},
%% EOL date for the current release series, if known/announced
{release_series_eol_date, none},
{vhost_process_reconciliation_run_interval, 30}, {vhost_process_reconciliation_run_interval, 30},
%% for testing %% for testing
{vhost_process_reconciliation_enabled, true} {vhost_process_reconciliation_enabled, true},
{license_line, "Licensed under the MPL 2.0. Website: https://rabbitmq.com"}
] ]
endef endef