Skip to content

Instantly share code, notes, and snippets.

@MrMjauh
Created June 22, 2019 19:11
Show Gist options
  • Save MrMjauh/cd48f0a3662e3c1f411220a08b9ebcb8 to your computer and use it in GitHub Desktop.
Save MrMjauh/cd48f0a3662e3c1f411220a08b9ebcb8 to your computer and use it in GitHub Desktop.
Yaml config
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