File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -132,13 +132,10 @@ _APP_ENV = """[
132132 {credentials_obfuscation_fallback_secret, <<"nocookie">>},
133133 {dead_letter_worker_consumer_prefetch, 32},
134134 {dead_letter_worker_publisher_confirm_timeout, 180000},
135-
136- %% EOL date for the current release series, if known/announced
137- {release_series_eol_date, none},
138-
139135 {vhost_process_reconciliation_run_interval, 30},
140136 %% for testing
141- {vhost_process_reconciliation_enabled, true}
137+ {vhost_process_reconciliation_enabled, true},
138+ {license_line, "Licensed under the MPL 2.0. Website: https://rabbitmq.com"}
142139 ]
143140"""
144141
Original file line number Diff line number Diff line change @@ -118,11 +118,10 @@ define PROJECT_ENV
118118 {credentials_obfuscation_fallback_secret, <<"nocookie">>},
119119 {dead_letter_worker_consumer_prefetch, 32},
120120 {dead_letter_worker_publisher_confirm_timeout, 180000},
121- %% EOL date for the current release series, if known/announced
122- {release_series_eol_date, none},
123121 {vhost_process_reconciliation_run_interval, 30},
124122 %% for testing
125- {vhost_process_reconciliation_enabled, true}
123+ {vhost_process_reconciliation_enabled, true},
124+ {license_line, "Licensed under the MPL 2.0. Website: https://rabbitmq.com"}
126125 ]
127126endef
128127
You can’t perform that action at this time.
0 commit comments