All Downloads are FREE. Search and download functionalities are using the official Maven repository.

a-support.3.1.72.source-code.application-support.yml Maven / Gradle / Ivy

# Copyright (c) 2017 ~ 2025, the original author wangl.sir individual Inc,
# All rights reserved. Contact us James Wong 
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

#
# #### Spring cloud devops support configuration. ####
#
spring:
  infra:
    #support:
    #  cli.enabled: false # Default by false
    #  jedis:
    #    enabled: true # Default by true
    #    #passwd: "123456"
    #    connect-timeout: 10000
    #    max-attempts: 10
    #    nodes: ${REDIS_NODES:localhost:6379,localhost:6380,localhost:6381,localhost:7379,localhost:7380,localhost:7381}
    #  notification:
    #    mail:
    #      enabled: false # Default by false
    #      host: mail.google.com
    #      port: 465
    #      username: [email protected]
    #      password: 123456
    #      protocol: smtp
    #      default-encoding: UTF-8
    #      properties:
    #        mail.smtp.auth: true
    #        # Note: that you must display the settings ssl. enable, otherwise SSL is disabled by default in windows,
    #        # but is turned on by default in linux, which will cause inconsistency.
    #        mail.smtp.ssl.enable: true
    #        mail.smtp.timeout: 15000
    #        mail.smtp.starttls.enable: true
    #        mail.smtp.starttls.required: true
    #        #mail.smtp.socketFactory.port: ${spring.mail.port}
    #        #mail.smtp.socketFactory.fallback: false
    #        #mail.smtp.socketFactory.class: javax.net.ssl.SSLSocketFactory
    #      templates: # http://www.bejson.com/convert/unicode_chinese
    #        tpl1: Application health notification:${appInfo} status changed from ${fromStatus} to ${toStatus}, details:${msg}
    #        tpl2: Your verification code is:${code} valid for 5 minutes. You can't tell anyone if you're dead. Thank you for using!
    #    # Some configuration...
    #    sms:
    #      enabled: false # Default by false
    #      aliyun:
    #        regionId: cn-hangzhou
    #        accessKeyId: ${ALIYUN_KEY}
    #        accessKeySecret: ${ALIYUN_SECRET}
    #        signName: Super Devops\u7edf\u4e00\u76d1\u63a7\u5e73\u53f0
    #        templates: # https://dysms.console.aliyun.com/dysms.htm#/domestic/text/template
    #          tpl1: SMS_140726862 # Alarm notice template.
    #          tpl2: SMS_109490228 # VerificationCode notice template.
    #    vms:
    #      enabled: false # Default by false
    #      aliyun:
    #        regionId: cn-hangzhou
    #        accessKeyId: ${ALIYUN_KEY}
    #        accessKeySecret: ${ALIYUN_SECRET}
    #        calledShowNumber: 055162153866
    #        templates:
    #          tpl1: TTS_184825642 # Alarm notice template.
    #          tpl2: TTS_184820765 # VerificationCode notice template.
    #    wechat:
    #      enabled: false # Default by false
    #      # Some configuration...
    #    qq:
    #      enabled: false # Default by false
    #      # Some configuration...
    #    apns:
    #      enabled: false # Default by false
    #      # Some configuration...
    #    bark:
    #      enabled: false # Default by false
    #      # Some configuration...
    #    dingtalk:
    #      enabled: false # Default by false
    #      # Some configuration...
    #    facebook:
    #      enabled: false # Default by false
    #      # Some configuration...
    #    twitter:
    #      enabled: false # Default by false
    #      # Some configuration...




© 2015 - 2025 Weber Informatics LLC | Privacy Policy