Skip to content

Commit

Permalink
Merge pull request #338 from finos/spring-bot-develop
Browse files Browse the repository at this point in the history
Updated example application.yml
  • Loading branch information
pankajpkhandelwal-db committed Apr 28, 2022
2 parents 8e13c9d + add328c commit f447cd4
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 41 deletions.
14 changes: 0 additions & 14 deletions demos/demo-bot/application.examplebotidentity.yml

This file was deleted.

52 changes: 25 additions & 27 deletions demos/demo-bot/application.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,27 @@
#set the room for the bot to post in. Bot (and you) should be members of this room
room: y3EJYqKMwG7Jn7_YqyYdiX___pR3YrnTdA==
room: Public Room Name # name of some room here on symphony or teams.
server:
port: 8080

symphony:
# trust-store:
# location: classpath:/example-trust.crt
# type: PEMS
apis:
- id: develop
pod:
url: https://develop.symphony.com/pod
# proxy:
# host: <your proxy host>
# user: <optional>
# password: <optional>
# port: <default 8080>
sessionauth:
url: https://develop.symphony.com/sessionauth
# proxy: as above
keyauth:
url: https://develop.symphony.com/keyauth
# proxy: as above
agent:
url: https://develop.symphony.com/agent
# proxy: as above
login:
url: https://develop.symphony.com/login
relay:
url: https://develop.symphony.com/relay
# include if using symphony
bdk:
host: develop.symphony.com #your pod id.
bot:
username: symphony.practice.bot1 # bot id
privateKey:
path: private-key.pem # bot private key

# include if using teams
teams:
storage:
type: blob
connection-string: # blob storage details
app:
tennantId: # tennant id for teams instance
bot:
MicrosoftAppPassword: # bot password
MicrosoftAppId: # bot app id

spring:
profiles:
active: teams, symphony # comment these if you only want a single platform

0 comments on commit f447cd4

Please sign in to comment.