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

.jbot.jbot-example.4.0.3.source-code.application.properties Maven / Gradle / Ivy

There is a newer version: 4.1.2-rc.2
Show newest version
# jbot
spring.profiles.active=slack,facebook
spring.jackson.property-naming-strategy=SNAKE_CASE
logging.level.me.ramswaroop=DEBUG
server.port=8080

# slack integrations
rtmUrl=https://slack.com/api/rtm.start?token={token}&simple_latest&no_unreads
slackBotToken=
slashCommandToken=
slackIncomingWebhookUrl=

# fb bot
fbSubscribeUrl=https://graph.facebook.com/v2.7/me/subscribed_apps
fbSendUrl=https://graph.facebook.com/v2.6/me/messages?access_token={PAGE_ACCESS_TOKEN}
fbMessengerProfileUrl=https://graph.facebook.com/v2.6/me/messenger_profile?access_token={PAGE_ACCESS_TOKEN}
fbBotToken=fb_token_for_jbot
fbPageAccessToken=




© 2015 - 2025 Weber Informatics LLC | Privacy Policy