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 @@ -142,13 +142,10 @@ _APP_ENV = """[
142142 {credentials_obfuscation_fallback_secret, <<"nocookie">>},
143143 {dead_letter_worker_consumer_prefetch, 32},
144144 {dead_letter_worker_publisher_confirm_timeout, 180000},
145-
146- %% EOL date for the current release series, if known/announced
147- {release_series_eol_date, none},
148-
149145 {vhost_process_reconciliation_run_interval, 30},
150146 %% for testing
151- {vhost_process_reconciliation_enabled, true}
147+ {vhost_process_reconciliation_enabled, true},
148+ {license_line, "Licensed under the MPL 2.0. Website: https://rabbitmq.com"}
152149 ]
153150"""
154151
Original file line number Diff line number Diff line change @@ -125,11 +125,10 @@ define PROJECT_ENV
125125 {credentials_obfuscation_fallback_secret, <<"nocookie">>},
126126 {dead_letter_worker_consumer_prefetch, 32},
127127 {dead_letter_worker_publisher_confirm_timeout, 180000},
128- %% EOL date for the current release series, if known/announced
129- {release_series_eol_date, none},
130128 {vhost_process_reconciliation_run_interval, 30},
131129 %% for testing
132- {vhost_process_reconciliation_enabled, true}
130+ {vhost_process_reconciliation_enabled, true},
131+ {license_line, "Licensed under the MPL 2.0. Website: https://rabbitmq.com"}
133132 ]
134133endef
135134
You can’t perform that action at this time.
0 commit comments