提交 794e5011 编写于 作者: J Jason Song

adjust access key tips

上级 04c94da1
......@@ -466,9 +466,9 @@
"ServiceConfig.KeyExistsAndSaveTip": "Key: '{{key}}' already exists. Click Save will override the configuration item.",
"AccessKey.Tips.1": "Add up to 5 access keys per environment.",
"AccessKey.Tips.2": "Once the environment has any enabled access key, the client will be required to configure access key, or the configurations cannot be obtained.",
"AccessKey.Tips.3": "Configure the access key to prevent unauthorized clients from obtaining the application configuration. The configuration method is as follows:",
"AccessKey.Tips.3": "Configure the access key to prevent unauthorized clients from obtaining the application configuration. The configuration method is as follows(requires apollo-client version 1.6.0+):",
"AccessKey.Tips.3.1": "Via jvm parameter -Dapollo.accesskey.secret",
"AccessKey.Tips.3.2": "Through the environment variable APOLLO_ACCESSKEY_SECRET",
"AccessKey.Tips.3.2": "Through the os environment variable APOLLO_ACCESSKEY_SECRET",
"AccessKey.Tips.3.3": "Configure apollo.accesskey.secret via META-INF/app.properties or application.properties (note that the multi-environment secret is different)",
"AccessKey.NoAccessKeyServiceTips": "There are no access keys in this environment.",
"AccessKey.ConfigAccessKeys.Secret": "Access Key Secret",
......
......@@ -466,9 +466,9 @@
"ServiceConfig.KeyExistsAndSaveTip": "Key: '{{key}}' 已存在,点击保存后会覆盖该配置项",
"AccessKey.Tips.1": "每个环境最多可添加5个访问密钥",
"AccessKey.Tips.2": "一旦该环境有启用的访问密钥,客户端将被要求配置密钥,否则无法获取配置",
"AccessKey.Tips.3": "配置访问密钥防止非法客户端获取护应用配置,配置方式如下:",
"AccessKey.Tips.3": "配置访问密钥防止非法客户端获取该应用配置,配置方式如下(需要apollo-client 1.6.0+版本):",
"AccessKey.Tips.3.1": "通过jvm参数-Dapollo.accesskey.secret",
"AccessKey.Tips.3.2": "通过环境变量APOLLO_ACCESSKEY_SECRET",
"AccessKey.Tips.3.2": "通过操作系统环境变量APOLLO_ACCESSKEY_SECRET",
"AccessKey.Tips.3.3": "通过META-INF/app.properties或application.properties配置apollo.accesskey.secret(注意多环境secret不一样)",
"AccessKey.NoAccessKeyServiceTips": "该环境没有配置访问密钥",
"AccessKey.ConfigAccessKeys.Secret": "访问密钥",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册