This is an automated email from the ASF dual-hosted git repository.
gongchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
The following commit(s) were added to refs/heads/master by this push:
new 78ce1cdc1 [refactor] remove chinese in application.yml (#2226)
78ce1cdc1 is described below
commit 78ce1cdc1f798dff5b3ec98b744b51221fdb9018
Author: Calvin <[email protected]>
AuthorDate: Sat Jul 6 18:43:33 2024 +0800
[refactor] remove chinese in application.yml (#2226)
---
manager/src/main/resources/application-test.yml | 1 -
manager/src/main/resources/application.yml | 5 -----
2 files changed, 6 deletions(-)
diff --git a/manager/src/main/resources/application-test.yml
b/manager/src/main/resources/application-test.yml
index 49abf651a..c30152d02 100644
--- a/manager/src/main/resources/application-test.yml
+++ b/manager/src/main/resources/application-test.yml
@@ -95,5 +95,4 @@ aiConfig:
#api key
api-key: xxx
#At present, only IFLYTEK large model needs to be filled in
- #目前只有科大讯飞大模型需要填写
api-secret: xxx
\ No newline at end of file
diff --git a/manager/src/main/resources/application.yml
b/manager/src/main/resources/application.yml
index 9c42cc969..6feb9575d 100644
--- a/manager/src/main/resources/application.yml
+++ b/manager/src/main/resources/application.yml
@@ -95,7 +95,6 @@ spring:
host: smtp.qq.com
username: [email protected]
# Attention this is not email account password, this requires an email
authorization code
- # 请注意此非邮箱账户密码 此需填写邮箱授权码
password: your-password
# Mailbox smtp server port, eg: qq-mailbox is 465, qq-exmail is 587
port: 465
@@ -119,14 +118,12 @@ common:
warehouse:
store:
# store history metrics data, enable only one below
- # 存储历史数据方式, 下方只能 enabled 启用一种方式
jpa:
enabled: true
# The maximum retention time for history records, after which records
will be deleted
expire-time: 1h
# The maximum number of history records retained, if this number is
exceeded, half of the data in this configuration item will be deleted
# (please set this configuration reasonably as history records can
affect performance when it is large)
- # 历史数据的最大保留条数,超过此数量时,将会删除一半于此配量的数据(由于历史数据较大时会影响性能,请合理设置此配置)
max-history-record-num: 6000
victoria-metrics:
enabled: false
@@ -165,7 +162,6 @@ warehouse:
replication: 1
# store real-time metrics data, enable only one below
- # 存储实时数据方式, 下方只能 enabled 启用一种方式
memory:
enabled: true
init-size: 16
@@ -210,5 +206,4 @@ aiConfig:
# api key
api-key:
#At present, only IFLYTEK large model needs to be filled in
- #目前只有科大讯飞大模型需要填写
api-secret:
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]