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

elegram.bots.bot-echo.1.0.0.source-code.application.yaml Maven / Gradle / Ivy

There is a newer version: 1.0.2
Show newest version
##
## Configuration for bot execution
## You should to use properties from settings.xml
## in order to filter resource and replace tokens with real values
## 
spring:
  mail:
    host: @bot.email.host@
    username: @bot.email.username@
    password: @bot.email.password@
    port: 465
    protocol: smtp
    properties:
      mail:
        smtp:
          auth: true
          ssl:
            enable: true
bot:
  token: @bot.tg.token@
  username: @bot.tg.username@
  email:
    to: @bot.tg.email.to@
    from: @bot.tg.email.from@
  missatges:
    benvinguda: @bot.tg.missatges.benvinguda@
    resposta: @bot.tg.missatges.resposta@




© 2015 - 2024 Weber Informatics LLC | Privacy Policy