Created
February 8, 2020 08:38
-
-
Save anny0739/4c1953c4553379175183cd9e53d4c2ab to your computer and use it in GitHub Desktop.
bootstrap.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: | |
application: | |
name: app_name | |
profiles: | |
active: local | |
aws: | |
secretsmanager: | |
name: app_name | |
cloud: | |
aws: | |
region: | |
static: ap-northeast-2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment