-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #338 from finos/spring-bot-develop
Updated example application.yml
- Loading branch information
Showing
2 changed files
with
25 additions
and
41 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |