Created
June 22, 2019 19:11
-
-
Save MrMjauh/cd48f0a3662e3c1f411220a08b9ebcb8 to your computer and use it in GitHub Desktop.
Yaml config
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: | |
profiles: | |
active: dev | |
data.mongodb: | |
host: ${MONGO_HOST} | |
port: ${MONGO_PORT} | |
database: ${MONGO_DATABASE} | |
server: | |
port: 8080 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment