Created
August 21, 2020 06:43
-
-
Save svenhakvoort/b3e988bdeeb29b639e60d7738c66bf9b to your computer and use it in GitHub Desktop.
GraphQL demo application.yml
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
spring: | |
profiles: default | |
data.mongodb: | |
host: localhost:27017 | |
database: demo | |
graphql: | |
packages: "com.example.demographql" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment