Last active
September 3, 2021 11:04
-
-
Save mseemann/6e2a8194d85a0041a1ce5680ef446515 to your computer and use it in GitHub Desktop.
mongo-streams application.yaml
This file contains hidden or 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
spring: | |
data: | |
mongodb: | |
host: localhost | |
port: 27017 | |
database: streams |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment