Created
February 2, 2019 02:50
-
-
Save sgyyz/41f2b0ada02f99e9e9224add71c05829 to your computer and use it in GitHub Desktop.
aws cloud spring-boot configuration
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
cloud: | |
aws: | |
region: | |
static: us-east-2 | |
credentials: | |
accessKey: accessKey | |
secretKey: secretKey |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment