chore: issue new Enterprise evaluation license
This commit is contained in:
parent
b5d2fc0ede
commit
fc6d9d0890
|
@ -4,13 +4,13 @@ emqx_license_schema {
|
|||
en: "Defines the EMQX Enterprise license. \n\n"
|
||||
"\n"
|
||||
"The default license has 1000 connections limit, it is "
|
||||
"issued on 2022-04-19 and valid for 5 years (1825 days).\n"
|
||||
"issued on 2023-01-02 and valid for 5 years (1825 days).\n"
|
||||
"\n"
|
||||
"EMQX comes with a default trial license. For production use, please \n"
|
||||
"visit https://www.emqx.com/apply-licenses/emqx to apply."
|
||||
zh: "EMQX企业许可证。\n"
|
||||
"EMQX 自带一个默认的试用许可证,"
|
||||
"默认试用许可允许最多接入 1000 个连接,签发时间是 2022年4月19日,有效期是 5 年(1825 天)。"
|
||||
"默认试用许可允许最多接入 1000 个连接,签发时间是 2023年1月2日,有效期是 5 年(1825 天)。"
|
||||
"若需要在生产环境部署,\n"
|
||||
"请访问 https://www.emqx.com/apply-licenses/emqx 来申请。\n"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{application, emqx_license, [
|
||||
{description, "EMQX License"},
|
||||
{vsn, "5.0.3"},
|
||||
{vsn, "5.0.4"},
|
||||
{modules, []},
|
||||
{registered, [emqx_license_sup]},
|
||||
{applications, [kernel, stdlib]},
|
||||
|
|
|
@ -78,11 +78,11 @@ check_license_watermark(Conf) ->
|
|||
|
||||
%% @doc The default license key.
|
||||
%% This default license has 1000 connections limit.
|
||||
%% It is issued on 2022-04-19 and valid for 5 years (1825 days)
|
||||
%% It is issued on 2023-01-02 and valid for 5 years (1825 days)
|
||||
%% NOTE: when updating a new key, the schema doc in emqx_license_schema_i18n.conf
|
||||
%% should be updated accordingly
|
||||
default_license() ->
|
||||
"MjIwMTExCjAKMTAKRXZhbHVhdGlvbgpjb250YWN0QGVtcXguaW8KZ"
|
||||
"GVmYXVsdAoyMDIyMDQxOQoxODI1CjEwMDAK.MEQCICbgRVijCQov2"
|
||||
"hrvZXR1mk9Oa+tyV1F5oJ6iOZeSHjnQAiB9dUiVeaZekDOjztk+NC"
|
||||
"Wjhk4PG8tWfw2uFZWruSzD6g==".
|
||||
"GVmYXVsdAoyMDIzMDEwMgoxODI1CjEwMDAK.MEQCIGEuYO8KxSh5d"
|
||||
"1WanqHG41OOjHEVkU8ChnyoOTry2FFUAiA+vPBAH8yhcGuzMUX1ER"
|
||||
"kf6nY+xrVSKxnsx0GivANEXA==".
|
||||
|
|
Loading…
Reference in New Issue