diff --git a/server/src/main/resources/application.properties b/server/src/main/resources/application.properties index 86cacec..df5786a 100644 --- a/server/src/main/resources/application.properties +++ b/server/src/main/resources/application.properties @@ -34,6 +34,6 @@ app.GitHub.gitHubToken=${GITHUB_TOKEN} #AWS cloud.aws.credentials.accessKey=${S3_ACCESSKEY} cloud.aws.credentials.secretKey=${S3_SECRETKEY} -cloud.aws.s3.bucket=elasticbeanstalk-us-east-1-064991853848 -cloud.aws.region.static=us-east-1 +cloud.aws.s3.bucket=glog-image-bucket +cloud.aws.region.static=ap-northeast-2 cloud.aws.stack.auto=false