This is an automated email from the ASF dual-hosted git repository. zhengqiwei pushed a commit to branch i18n_japanese_springboot2 in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
commit 842aeeccdeae4d91e4c33fb7b24a063a73bfb71c Author: Calvin <zhengqi...@apache.org> AuthorDate: Sat Aug 16 00:43:48 2025 +0800 [doc] remove chinese in script folder --- script/docker-compose/hertzbeat-mysql-iotdb/conf/application.yml | 5 ----- script/docker-compose/hertzbeat-mysql-tdengine/conf/application.yml | 4 ---- .../hertzbeat-mysql-victoria-metrics/conf/application.yml | 4 ---- .../hertzbeat-postgresql-victoria-metrics/conf/application.yml | 4 ---- 4 files changed, 17 deletions(-) diff --git a/script/docker-compose/hertzbeat-mysql-iotdb/conf/application.yml b/script/docker-compose/hertzbeat-mysql-iotdb/conf/application.yml index b981069aa9..4d59857c0a 100644 --- a/script/docker-compose/hertzbeat-mysql-iotdb/conf/application.yml +++ b/script/docker-compose/hertzbeat-mysql-iotdb/conf/application.yml @@ -107,14 +107,11 @@ spring: - classpath:db/migration/mysql # Not Require, Please config if you need email notify - # 非必填:不使用邮箱作为警告通知可以去掉spring.mail配置 mail: # Attention: this is mail server address. - # 请注意此为邮件服务器地址:qq邮箱为 smtp.qq.com qq企业邮箱为 smtp.exmail.qq.com host: smtp.qq.com username: exam...@qq.com # Attention: this is not email account password, this requires an email authorization code - # 请注意此非邮箱账户密码 此需填写邮箱授权码 password: xxqzvuqbnqvbbdac port: 465 default-encoding: UTF-8 @@ -133,7 +130,6 @@ common: warehouse: store: # store history metrics data, enable only one below -# 存储历史数据方式, 下方只能enabled启用一种方式 jpa: enabled: false expire-time: 1h @@ -144,7 +140,6 @@ warehouse: username: root password: root query-timeout-in-ms: -1 - # 数据存储时间:默认'7776000000'(90天,单位为毫秒,-1代表永不过期) # data expire time, unit:ms, default '7776000000'(90 days, -1:never expire) expire-time: '7776000000' # store real-time metrics data, enable only one below diff --git a/script/docker-compose/hertzbeat-mysql-tdengine/conf/application.yml b/script/docker-compose/hertzbeat-mysql-tdengine/conf/application.yml index 1da7920dc4..6d60a7e6a2 100644 --- a/script/docker-compose/hertzbeat-mysql-tdengine/conf/application.yml +++ b/script/docker-compose/hertzbeat-mysql-tdengine/conf/application.yml @@ -107,14 +107,11 @@ spring: - classpath:db/migration/mysql # Not Require, Please config if you need email notify - # 非必填:不使用邮箱作为警告通知可以去掉spring.mail配置 mail: # Attention: this is mail server address. - # 请注意此为邮件服务器地址:qq邮箱为 smtp.qq.com qq企业邮箱为 smtp.exmail.qq.com host: smtp.qq.com username: exam...@qq.com # Attention: this is not email account password, this requires an email authorization code - # 请注意此非邮箱账户密码 此需填写邮箱授权码 password: xxqzvuqbnqvbbdac port: 465 default-encoding: UTF-8 @@ -133,7 +130,6 @@ common: warehouse: store: # store history metrics data, enable only one below - # 存储历史数据方式, 下方只能enabled启用一种方式 jpa: enabled: false expire-time: 1h diff --git a/script/docker-compose/hertzbeat-mysql-victoria-metrics/conf/application.yml b/script/docker-compose/hertzbeat-mysql-victoria-metrics/conf/application.yml index 9a7cba2d7a..502dc412f0 100644 --- a/script/docker-compose/hertzbeat-mysql-victoria-metrics/conf/application.yml +++ b/script/docker-compose/hertzbeat-mysql-victoria-metrics/conf/application.yml @@ -107,14 +107,11 @@ spring: - classpath:db/migration/mysql # Not Require, Please config if you need email notify - # 非必填:不使用邮箱作为警告通知可以去掉spring.mail配置 mail: # Attention: this is mail server address. - # 请注意此为邮件服务器地址:qq邮箱为 smtp.qq.com qq企业邮箱为 smtp.exmail.qq.com host: smtp.qq.com username: exam...@qq.com # Attention: this is not email account password, this requires an email authorization code - # 请注意此非邮箱账户密码 此需填写邮箱授权码 password: xxqzvuqbnqvbbdac port: 465 default-encoding: UTF-8 @@ -128,7 +125,6 @@ spring: warehouse: store: # store history metrics data, enable only one below - # 存储历史数据方式, 下方只能enabled启用一种方式 jpa: enabled: false expire-time: 1h diff --git a/script/docker-compose/hertzbeat-postgresql-victoria-metrics/conf/application.yml b/script/docker-compose/hertzbeat-postgresql-victoria-metrics/conf/application.yml index 54bcaff0eb..b342c8007e 100644 --- a/script/docker-compose/hertzbeat-postgresql-victoria-metrics/conf/application.yml +++ b/script/docker-compose/hertzbeat-postgresql-victoria-metrics/conf/application.yml @@ -106,14 +106,11 @@ spring: - classpath:db/migration/postgresql # Not Require, Please config if you need email notify - # 非必填:不使用邮箱作为警告通知可以去掉spring.mail配置 mail: # Attention: this is mail server address. - # 请注意此为邮件服务器地址:qq邮箱为 smtp.qq.com qq企业邮箱为 smtp.exmail.qq.com host: smtp.qq.com username: exam...@qq.com # Attention: this is not email account password, this requires an email authorization code - # 请注意此非邮箱账户密码 此需填写邮箱授权码 password: xxqzvuqbnqvbbdac port: 465 default-encoding: UTF-8 @@ -127,7 +124,6 @@ spring: warehouse: store: # store history metrics data, enable only one below - # 存储历史数据方式, 下方只能enabled启用一种方式 jpa: enabled: false expire-time: 1h --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@hertzbeat.apache.org For additional commands, e-mail: notifications-h...@hertzbeat.apache.org