Skip to content

Commit

Permalink
remove email notification for license expiration (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber authored Oct 20, 2023
1 parent c99b85e commit e0133ee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,6 @@ Host: 0.0.0.0 # The host address LM binds to.
Port: 9119 # The port number LM listens on. The default is 9119.
Timeout: 3000 # The timeout period for LM waiting for client requests, in milliseconds. The default is 3000 milliseconds.
DataPath: data # The path for storing LM status data.
Notify: # LM notification related configuration.
Mail: # Mail notification related configuration.
Host: "" # SMTP server address.
Port: 465 # SMTP server port number.
User: "" # SMTP email.
Password: "" # SMTP email password.
To: [] # The list of emails to receive notifications.
Log: # Logging related configuration.
Mode: file # The logging mode. It can be file (output to file) or console (output to console). The default is file.
Path: logs # The path for storing log files.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,6 @@ Host: 0.0.0.0 # LM 绑定的主机地址。
Port: 9119 # LM 监听的端口号。默认为 9119。
Timeout: 3000 # LM 等待客户端请求时的超时时间。单位为毫秒,默认为 3000 毫秒。
DataPath: data # 存储 LM 状态数据的路径。
Notify: # LM 通知相关配置。
Mail: # 邮件通知相关配置。
Host: "" # SMTP 服务器地址。
Port: 465 # SMTP 服务器端口号。
User: "" # SMTP 邮箱。
Password: "" # SMTP 邮箱密码。
To: [] # 接收通知的邮箱列表。
Log: # 日志相关配置。
Mode: file # 日志模式。可选值为 file(输出到文件)和 console(输出到控制台)。默认为 file。
Path: logs # 存储日志文件的路径。
Expand Down

0 comments on commit e0133ee

Please sign in to comment.