Created
November 25, 2019 09:22
-
-
Save anny0739/0f5c974ecc2e971e6ccdc0d148a18be9 to your computer and use it in GitHub Desktop.
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: local | |
app: | |
url: localhost:8801 | |
--- | |
spring.profiles: dev | |
app: | |
url: dev:8801 | |
--- | |
spring.profiles: stage | |
app: | |
url: stage:8801 | |
--- | |
spring.profiles: prod | |
app: | |
url: prod:8801 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment