Parameter Storeのapplication.yml
spring: | |
datasource: | |
url: | |
username: | |
password: | |
cloud: | |
aws: | |
stack: | |
auto: false | |
region: | |
auto: false | |
static: ap-northeast-1 | |
aws: | |
paramstore: | |
region: ${cloud.aws.region.static} | |
default-context: sample | |
logging: | |
level: | |
com: | |
amazonaws: | |
util: | |
EC2MetadataUtils: error |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment