chore: add version number in license apply link
This commit is contained in:
parent
ddc984becd
commit
41679808fe
|
@ -11,7 +11,7 @@
|
||||||
"\n"
|
"\n"
|
||||||
"========================================================================\n"
|
"========================================================================\n"
|
||||||
"Using an evaluation license limited to ~p concurrent connections.\n"
|
"Using an evaluation license limited to ~p concurrent connections.\n"
|
||||||
"Visit https://emqx.com/apply-licenses/emqx to apply a new license.\n"
|
"Visit https://emqx.com/apply-licenses/emqx?version=5 to apply a new license.\n"
|
||||||
"Or contact EMQ customer services via email contact@emqx.io\n"
|
"Or contact EMQ customer services via email contact@emqx.io\n"
|
||||||
"========================================================================\n"
|
"========================================================================\n"
|
||||||
).
|
).
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
"\n"
|
"\n"
|
||||||
"========================================================================\n"
|
"========================================================================\n"
|
||||||
"License has been expired for ~p days.\n"
|
"License has been expired for ~p days.\n"
|
||||||
"Visit https://emqx.com/apply-licenses/emqx to apply a new license.\n"
|
"Visit https://emqx.com/apply-licenses/emqx?version=5 to apply a new license.\n"
|
||||||
"Or contact EMQ customer services via email contact@emqx.io\n"
|
"Or contact EMQ customer services via email contact@emqx.io\n"
|
||||||
"========================================================================\n"
|
"========================================================================\n"
|
||||||
).
|
).
|
||||||
|
|
|
@ -46,7 +46,7 @@ EMQX Enterprise is initially provided with a default trial license.
|
||||||
This license, issued in December 2023, is valid for a period of 5 years.
|
This license, issued in December 2023, is valid for a period of 5 years.
|
||||||
It supports up to 25 concurrent connections, catering to early-stage development and testing needs.
|
It supports up to 25 concurrent connections, catering to early-stage development and testing needs.
|
||||||
|
|
||||||
For deploying EMQX Enterprise in a production environment, a different license is required. You can apply for a production license by visiting https://www.emqx.com/apply-licenses/emqx"""
|
For deploying EMQX Enterprise in a production environment, a different license is required. You can apply for a production license by visiting https://www.emqx.com/apply-licenses/emqx?version=5"""
|
||||||
|
|
||||||
license_root.label:
|
license_root.label:
|
||||||
"""License"""
|
"""License"""
|
||||||
|
|
Loading…
Reference in New Issue