File tree 2 files changed +4
-8
lines changed
2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -142,13 +142,10 @@ _APP_ENV = """[
142
142
{credentials_obfuscation_fallback_secret, <<"nocookie">>},
143
143
{dead_letter_worker_consumer_prefetch, 32},
144
144
{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
-
149
145
{vhost_process_reconciliation_run_interval, 30},
150
146
%% 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"}
152
149
]
153
150
"""
154
151
Original file line number Diff line number Diff line change @@ -125,11 +125,10 @@ define PROJECT_ENV
125
125
{credentials_obfuscation_fallback_secret, <<"nocookie">>},
126
126
{dead_letter_worker_consumer_prefetch, 32},
127
127
{dead_letter_worker_publisher_confirm_timeout, 180000},
128
- %% EOL date for the current release series, if known/announced
129
- {release_series_eol_date, none},
130
128
{vhost_process_reconciliation_run_interval, 30},
131
129
%% 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"}
133
132
]
134
133
endef
135
134
You can’t perform that action at this time.
0 commit comments