We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31902b7 + 791bd33 commit 1d9132eCopy full SHA for 1d9132e
1 file changed
nmnb-webflux-bootstrap/src/main/resources/application.yml
@@ -21,6 +21,9 @@ cloud:
21
secret-key: ${AWS_SECRET_KEY}
22
region:
23
static: ${AWS_REGION}
24
+ s3:
25
+ urlPrefix: ${S3_URL_PREFIX}
26
+ defaultProfileImagePath: ${S3_DEFAULT_PROFILE_IMAGE_PATH}
27
28
jwt:
29
secret: ${JWT_SECRET_KEY}
0 commit comments